mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-05 17:47:44 +00:00
Update to .smv backend
Splitting VAR and ASSIGN into IVAR, VAR, DEFINE and ASSIGN. This allows better handling by nuXmv for post-processing (since now only state variables are listed under VAR).
This commit is contained in:
parent
33cb5e05be
commit
90e0938f9a
2 changed files with 54 additions and 35 deletions
4
Makefile
4
Makefile
|
@ -1,6 +1,6 @@
|
|||
|
||||
CONFIG := clang
|
||||
# CONFIG := gcc
|
||||
# CONFIG := clang
|
||||
CONFIG := gcc
|
||||
# CONFIG := gcc-4.8
|
||||
# CONFIG := emcc
|
||||
# CONFIG := mxe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue