mirror of https://github.com/openXC7/prjxray.git
Ran format-tcl
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
This commit is contained in:
parent
421af109b1
commit
4f459cfde3
|
|
@ -22,6 +22,6 @@ report_drc -file top_drc.rpt
|
|||
report_timing_summary -datasheet -max_paths 10 -file top_timing.rpt
|
||||
report_power -file top_power.rpt
|
||||
set_property BITSTREAM.CONFIG.SPI_BUSWIDTH 4 [current_design]
|
||||
write_bitstream -force top.bit
|
||||
write_bitstream -force top.bit
|
||||
write_cfgmem -force -format bin -interface spix4 -size 16 -loadbit "up 0x0 top.bit" -file top.bin
|
||||
quit
|
||||
|
|
|
|||
|
|
@ -21,6 +21,6 @@ report_drc -file top_drc.rpt
|
|||
report_timing_summary -datasheet -max_paths 10 -file top_timing.rpt
|
||||
report_power -file top_power.rpt
|
||||
set_property BITSTREAM.CONFIG.SPI_BUSWIDTH 4 [current_design]
|
||||
write_bitstream -force top.bit
|
||||
write_bitstream -force top.bit
|
||||
write_cfgmem -force -format bin -interface spix4 -size 16 -loadbit "up 0x0 top.bit" -file top.bin
|
||||
quit
|
||||
|
|
|
|||
Loading…
Reference in New Issue