yosys/techlibs/gatemate/CMakeLists.txt

22 lines
769 B
CMake
Raw Normal View History

2025-02-12 09:10:36 -06:00
add_library(yosys_techlibs_gatemate INTERFACE)
target_sources(yosys_techlibs_gatemate INTERFACE
synth_gatemate.cc
gatemate_foldinv.cc
)
target_link_libraries(yosys PRIVATE yosys_techlibs_gatemate)
2025-02-13 09:06:51 -06:00
add_share_file("share/gatemate" "reg_map.v")
add_share_file("share/gatemate" "mux_map.v")
add_share_file("share/gatemate" "lut_map.v")
add_share_file("share/gatemate" "mul_map.v")
add_share_file("share/gatemate" "arith_map.v")
add_share_file("share/gatemate" "cells_sim.v")
add_share_file("share/gatemate" "cells_bb.v")
add_share_file("share/gatemate" "brams_map.v")
add_share_file("share/gatemate" "brams.txt")
add_share_file("share/gatemate" "brams_init_20.vh")
add_share_file("share/gatemate" "brams_init_40.vh")
add_share_file("share/gatemate" "inv_map.v")