diff options
author | Jannis Harder <me@jix.one> | 2022-06-07 16:47:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 16:47:10 +0200 |
commit | 5f9a97d2342f1d3956f07c88c619bc88b43c8a1f (patch) | |
tree | e649a6909a65496e9cd67838aafcfbb83cc8f1de /kernel/constids.inc | |
parent | fe048a48b3e9507b119def1a88a952c94ad600c7 (diff) | |
parent | 0b0123e00378fefb9efb0c586f6b8a1d33ca0063 (diff) | |
download | yosys-5f9a97d2342f1d3956f07c88c619bc88b43c8a1f.tar.gz yosys-5f9a97d2342f1d3956f07c88c619bc88b43c8a1f.tar.bz2 yosys-5f9a97d2342f1d3956f07c88c619bc88b43c8a1f.zip |
Merge pull request #3319 from programmerjake/smtlib2-expr-support
add smtlib2_comb_expr
Diffstat (limited to 'kernel/constids.inc')
-rw-r--r-- | kernel/constids.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/constids.inc b/kernel/constids.inc index 443ac3bcb..0f6dfc29b 100644 --- a/kernel/constids.inc +++ b/kernel/constids.inc @@ -196,6 +196,8 @@ X(STATE_NUM) X(STATE_NUM_LOG2) X(STATE_RST) X(STATE_TABLE) +X(smtlib2_module) +X(smtlib2_comb_expr) X(submod) X(syn_ramstyle) X(syn_romstyle) |