3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-03 09:50:24 +00:00

Add skeleton Yosys-Libero igloo2 example project

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2019-01-05 17:02:01 +01:00
parent 17ceab92a9
commit f589ce86ba
5 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# Run with "libero SCRIPT:libero.tcl"
new_project \
-name top \
-location work \
-family IGLOO2 \
-die PA4MGL500 \
-package tq144 \
-speed -1 \
-hdl VERILOG
import_files -edif {example.edn}
run_tool name {COMPILE}
run_tool name {PLACEROUTEN}