mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
Fix various NDEBUG compiler warnings, closes #1255
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
c851dc1310
commit
0c5db07cd6
6 changed files with 18 additions and 13 deletions
|
@ -1789,8 +1789,10 @@ struct VerificExtNets
|
|||
new_net = new Net(name.c_str());
|
||||
nl->Add(new_net);
|
||||
|
||||
#ifndef NDEBUG
|
||||
Net *n = route_up(new_net, port->IsOutput(), ca_nl, ca_net);
|
||||
log_assert(n == ca_net);
|
||||
#endif
|
||||
}
|
||||
|
||||
if (verific_verbose)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue