mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-30 07:53:16 +00:00
Using log_assert() instead of assert()
This commit is contained in:
parent
d86a25f145
commit
7bd2d1064f
52 changed files with 236 additions and 251 deletions
|
@ -335,7 +335,7 @@ struct SatHelper
|
|||
|
||||
int setup_proof(int timestep = -1)
|
||||
{
|
||||
assert(prove.size() || prove_x.size() || prove_asserts);
|
||||
log_assert(prove.size() || prove_x.size() || prove_asserts);
|
||||
|
||||
RTLIL::SigSpec big_lhs, big_rhs;
|
||||
std::vector<int> prove_bits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue