3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-22 23:44:35 +00:00

Initial functional SMT backend using functional IR

This commit is contained in:
Roland Coeurjoly 2024-06-21 12:59:34 +02:00 committed by Emily Schmidt
parent 6f9e21219b
commit 4e370f4426
3 changed files with 290 additions and 549 deletions

View file

@ -1,3 +1,3 @@
OBJS += backends/functional/cxx.o
#OBJS += backends/functional/smtlib.o
OBJS += backends/functional/smtlib.o
OBJS += backends/functional/test_generic.o