summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/nl_config.h')
-rw-r--r--src/lib/netlist/nl_config.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/netlist/nl_config.h b/src/lib/netlist/nl_config.h
index ae3d73a08b7..93fe10fbe08 100644
--- a/src/lib/netlist/nl_config.h
+++ b/src/lib/netlist/nl_config.h
@@ -94,15 +94,8 @@
// Use nano-second resolution - Sufficient for now
static constexpr const auto NETLIST_INTERNAL_RES = 1000000000;
-//static constexpr const auto NETLIST_INTERNAL_RES = 1000000000000;
static constexpr const auto NETLIST_CLOCK = NETLIST_INTERNAL_RES;
-//#define NETLIST_INTERNAL_RES (UINT64_C(1000000000))
-//#define NETLIST_CLOCK (NETLIST_INTERNAL_RES)
-//#define NETLIST_INTERNAL_RES (UINT64_C(1000000000000))
-//#define NETLIST_CLOCK (UINT64_C(1000000000))
-
-
//#define nl_double float
using nl_double = double;