mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-23 07:24:03 +00:00
14 lines
278 B
Tcl
14 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}
|