mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-11 13:40:53 +00:00
nexus: Add LRAM inference
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
264e924abb
commit
17812a1560
5 changed files with 227 additions and 1 deletions
|
@ -9,6 +9,9 @@ $(eval $(call add_share_file,share/nexus,techlibs/nexus/lutrams.txt))
|
|||
$(eval $(call add_share_file,share/nexus,techlibs/nexus/brams_init.vh))
|
||||
$(eval $(call add_share_file,share/nexus,techlibs/nexus/brams_map.v))
|
||||
$(eval $(call add_share_file,share/nexus,techlibs/nexus/brams.txt))
|
||||
$(eval $(call add_share_file,share/nexus,techlibs/nexus/lrams_init.vh))
|
||||
$(eval $(call add_share_file,share/nexus,techlibs/nexus/lrams_map.v))
|
||||
$(eval $(call add_share_file,share/nexus,techlibs/nexus/lrams.txt))
|
||||
$(eval $(call add_share_file,share/nexus,techlibs/nexus/arith_map.v))
|
||||
$(eval $(call add_share_file,share/nexus,techlibs/nexus/latches_map.v))
|
||||
$(eval $(call add_share_file,share/nexus,techlibs/nexus/dsp_map.v))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue