yosys/techlibs/fabulous/CMakeLists.txt

17 lines
558 B
CMake
Raw Normal View History

2025-02-12 09:10:36 -06:00
add_library(yosys_techlibs_fabulous INTERFACE)
target_sources(yosys_techlibs_fabulous INTERFACE
synth_fabulous.cc
)
target_link_libraries(yosys PRIVATE yosys_techlibs_fabulous)
2025-02-13 09:06:51 -06:00
add_share_file("share/fabulous" "cells_map.v")
add_share_file("share/fabulous" "prims.v")
add_share_file("share/fabulous" "latches_map.v")
add_share_file("share/fabulous" "ff_map.v")
add_share_file("share/fabulous" "ram_regfile.txt")
add_share_file("share/fabulous" "regfile_map.v")
add_share_file("share/fabulous" "io_map.v")
add_share_file("share/fabulous" "arith_map.v")