3
0
Fork 0
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:
Emily Schmidt 2024-06-20 16:40:02 +01:00
parent 248d5f72d4
commit 6f9e21219b
7 changed files with 628 additions and 302 deletions

View file

@ -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