mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 19:21:23 +00:00
ezSAT bugfix: don't call virtual methods in base class constructor
This commit is contained in:
parent
edc2146056
commit
23f0a12c72
2 changed files with 5 additions and 2 deletions
|
@ -36,8 +36,8 @@ ezSAT::ezSAT()
|
|||
solverTimeout = 0;
|
||||
solverTimoutStatus = false;
|
||||
|
||||
freeze(literal("TRUE"));
|
||||
freeze(literal("FALSE"));
|
||||
literal("TRUE");
|
||||
literal("FALSE");
|
||||
|
||||
assert(literal("TRUE") == TRUE);
|
||||
assert(literal("FALSE") == FALSE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue