diff options
| author | 2020-08-26 09:06:05 +0200 | |
|---|---|---|
| committer | 2020-08-26 22:12:57 +0200 | |
| commit | e00a6ccf414eaa8b02ae22fde42558667b820e7b (patch) | |
| tree | 72a4a37dacbaa03febc382aa9fc9aa593c1b01e2 /src/lib/netlist/nl_setup.cpp | |
| parent | 654be7c635752c92ed24e24a1acc1f877e613380 (diff) | |
netlist: Truth tables are now standalone objects.
* Added TRUTHTABLE_ENTRY to netlist language.
* Please see nlm_ttl74xx for reference implementation.
Diffstat (limited to 'src/lib/netlist/nl_setup.cpp')
| -rw-r--r-- | src/lib/netlist/nl_setup.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/netlist/nl_setup.cpp b/src/lib/netlist/nl_setup.cpp index e8d6b1cf249..39d9144cd6d 100644 --- a/src/lib/netlist/nl_setup.cpp +++ b/src/lib/netlist/nl_setup.cpp @@ -1628,7 +1628,6 @@ void setup_t::prepare_to_run() // resolve inputs resolve_inputs(); -#if 0 log().verbose("looking for two terms connected to rail nets ..."); for (auto & t : m_nlstate.get_device_list<analog::NETLIB_NAME(twoterm)>()) { @@ -1644,7 +1643,6 @@ void setup_t::prepare_to_run() #endif } } -#endif log().verbose("looking for unused hints ..."); for (auto &h : m_abstract.m_hints) |
