3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-31 15:24:57 +00:00

Added Altera Cyclon III cell library to xsthammer

This commit is contained in:
Clifford Wolf 2013-07-04 14:50:03 +02:00
parent a4fd3cde8c
commit 14c84c111b
3 changed files with 115 additions and 14 deletions

View file

@ -14,7 +14,7 @@ check_vivado/%.log: rtl/%.v vivado/%.v
bash run-check.sh -vivado $(notdir $(basename $<))
check_quartus/%.log: rtl/%.v quartus/%.v
# bash run-check.sh -quartus $(notdir $(basename $<))
bash run-check.sh -quartus $(notdir $(basename $<))
xst/%.v: rtl/%.v
bash run-xst.sh $(notdir $(basename $<))