mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-15 13:28:59 +00:00
15 lines
278 B
Tcl
15 lines
278 B
Tcl
# 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}
|