mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-26 13:06:12 +00:00
Added ice40 bram support
This commit is contained in:
parent
11f77205f5
commit
d6f7698f59
4 changed files with 192 additions and 1 deletions
|
@ -5,4 +5,6 @@ OBJS += techlibs/ice40/ice40_ffssr.o
|
|||
$(eval $(call add_share_file,share/ice40,techlibs/ice40/arith_map.v))
|
||||
$(eval $(call add_share_file,share/ice40,techlibs/ice40/cells_map.v))
|
||||
$(eval $(call add_share_file,share/ice40,techlibs/ice40/cells_sim.v))
|
||||
$(eval $(call add_share_file,share/ice40,techlibs/ice40/brams.txt))
|
||||
$(eval $(call add_share_file,share/ice40,techlibs/ice40/brams_map.v))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue