blob: 19e2624dcb512e7a8825c80247270c16424697e7 (
plain)
1
2
3
4
5
6
7
8
9
|
read_xdc NexysVideo.xdc
read_edif hdmi_design.edif
link_design -part xc7a35tcpg236-1 -top hdmi_design
opt_design
place_design
route_design
report_utilization
report_timing
write_bitstream -force example.bit
|