summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nltypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/nltypes.h')
-rw-r--r--src/lib/netlist/nltypes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/netlist/nltypes.h b/src/lib/netlist/nltypes.h
index fe51be8c17d..236b6dc1519 100644
--- a/src/lib/netlist/nltypes.h
+++ b/src/lib/netlist/nltypes.h
@@ -29,10 +29,10 @@ namespace netlist
{
/*! @brief plib::constants struct specialized for nl_fptype
*
- * This may be any of bool, uint8_t, uint16_t, uin32_t and uint64_t.
- * The choice has little to no impact on performance.
*/
- using constants = plib::constants<nl_fptype>;
+ struct nlconst : public plib::constants<nl_fptype>
+ {
+ };
/*! @brief netlist_sig_t is the type used for logic signals.
*