3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-29 03:45:52 +00:00
yosys/techlibs/xilinx/example_basys3/run_vivado.tcl
2015-02-01 17:09:34 +01:00

9 lines
196 B
Tcl

read_xdc example.xdc
read_edif example.edif
link_design -part xc7a35tcpg236-1 -top example
opt_design
place_design
route_design
report_utilization
report_timing
write_bitstream -force example.bit