mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-04 17:17:43 +00:00
ecp5: Adding basic synth_ecp5 based on synth_ice40
Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
parent
eb8f3f7dc4
commit
c2d7be140a
3 changed files with 345 additions and 7 deletions
7
techlibs/ecp5/Makefile.inc
Normal file
7
techlibs/ecp5/Makefile.inc
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
OBJS += techlibs/ecp5/synth_ecp5.o
|
||||
|
||||
$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/cells_map.v))
|
||||
$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/cells_sim.v))
|
||||
$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/drams_map.v))
|
||||
$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/dram.txt))
|
Loading…
Add table
Add a link
Reference in a new issue