summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/options.cpp
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2019-02-05 18:31:14 +0100
committer couriersud <couriersud@gmx.org>2019-02-05 18:31:14 +0100
commit6381ed11ed452d10f119b220e0cbe6bd4880cfcc (patch)
treed94d7597a948aefe7802e54f05e1a6d4a5f99470 /src/lib/util/options.cpp
parentb49a2e6e497d80c3736e233fbf2da0a49e1f92eb (diff)
netlist: Optionally store input values instead of referencing them. (nw)
Useful for debugging purposes in the end - but not performance. /*! Store input values in logic_terminal_t. * * Set to 1 to store values in logic_terminal_t instead of * accessing them indirectly by pointer from logic_net_t. * This approach is stricter and should identify bugs in * the netlist core faster. * By default it is disabled since it is not as fast as * the default approach. * */ #define USE_COPY_INSTEAD_OF_REFERENCE (0)
Diffstat (limited to 'src/lib/util/options.cpp')
0 files changed, 0 insertions, 0 deletions