mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-26 18:45:34 +00:00
Added SAT generator and simple sat_solve command
This commit is contained in:
parent
3371563f2f
commit
46fbe9d262
7 changed files with 400 additions and 3 deletions
|
@ -912,6 +912,8 @@ basic_expr:
|
|||
} |
|
||||
TOK_CONST {
|
||||
$$ = const2ast(*$1, case_type_stack.size() == 0 ? 0 : case_type_stack.back());
|
||||
if ($$ == NULL)
|
||||
log_error("Value conversion failed: `%s'\n", $1->c_str());
|
||||
delete $1;
|
||||
} |
|
||||
TOK_STRING {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue