3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-19 21:55:48 +00:00

expose write_cxxrtl into frontend and add support for $buf and $icg

This commit is contained in:
Stan Lee 2026-06-11 14:47:49 -07:00
parent aa3ebe430e
commit 30be712536
2 changed files with 20 additions and 2 deletions

View file

@ -917,6 +917,7 @@ include $(YOSYS_SRC)/backends/verilog/Makefile.inc
include $(YOSYS_SRC)/backends/rtlil/Makefile.inc
include $(YOSYS_SRC)/backends/json/Makefile.inc
include $(YOSYS_SRC)/backends/blif/Makefile.inc
include $(YOSYS_SRC)/backends/cxxrtl/Makefile.inc
include $(YOSYS_SRC)/techlibs/common/Makefile.inc