custom
code
sovereign-compute
nvidia-stack / mfma-core /fpga /scripts /run_impl.tcl
SNAPKITTYWEST's picture
chore: push from SNAPKITTYWEST local build
e92f76f verified
Raw
History Blame Contribute Delete
368 Bytes
# run_impl.tcl — Vivado Place & Route Script
read_checkpoint checkpoints/post_synth.dcp
opt_design
place_design
phys_opt_design
route_design
report_timing_summary -file reports/post_route_timing_summary.rpt
report_utilization -file reports/post_route_utilization.rpt
report_drc -file reports/post_route_drc.rpt
write_checkpoint -force checkpoints/post_route.dcp