mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-08 20:21:25 +00:00
add new generic compute graph and rewrite c++ functional backend to use it
This commit is contained in:
parent
248d5f72d4
commit
6f9e21219b
7 changed files with 628 additions and 302 deletions
|
@ -1,2 +1,3 @@
|
|||
OBJS += backends/functional/cxx.o
|
||||
OBJS += backends/functional/smtlib.o
|
||||
#OBJS += backends/functional/smtlib.o
|
||||
OBJS += backends/functional/test_generic.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue