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:
parent
17ceab92a9
commit
f589ce86ba
5 changed files with 44 additions and 0 deletions
14
examples/igloo2/libero.tcl
Normal file
14
examples/igloo2/libero.tcl
Normal 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}
|
Loading…
Add table
Add a link
Reference in a new issue