diff options
author | Ashton Snelgrove <ashton.snelgrove@utah.edu> | 2021-06-16 13:47:47 -0600 |
---|---|---|
committer | Marcelina KoĆcielnicka <mwk@0x04.net> | 2021-06-16 22:29:34 +0200 |
commit | 092f0cb01e91b65d5ecc7c8e45f0eefa30b8c205 (patch) | |
tree | 00f85de33b3e527742b5eeb74deeaa4dc2bde9a4 /Makefile | |
parent | c6681508f1a2e35d41e8fc6f1f5dec41972ef6fd (diff) | |
download | yosys-092f0cb01e91b65d5ecc7c8e45f0eefa30b8c205.tar.gz yosys-092f0cb01e91b65d5ecc7c8e45f0eefa30b8c205.tar.bz2 yosys-092f0cb01e91b65d5ecc7c8e45f0eefa30b8c205.zip |
Include blif reader header in public facing extension header files.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -608,6 +608,7 @@ $(eval $(call add_include_file,libs/sha1/sha1.h)) $(eval $(call add_include_file,libs/json11/json11.hpp)) $(eval $(call add_include_file,passes/fsm/fsmdata.h)) $(eval $(call add_include_file,frontends/ast/ast.h)) +$(eval $(call add_include_file,frontends/blif/blifparse.h)) $(eval $(call add_include_file,backends/rtlil/rtlil_backend.h)) $(eval $(call add_include_file,backends/cxxrtl/cxxrtl.h)) $(eval $(call add_include_file,backends/cxxrtl/cxxrtl_vcd.h)) |