11 lines
450 B
Tcl
11 lines
450 B
Tcl
set out_dir ./.build
|
|
|
|
open_checkpoint .build/5_route.dcp
|
|
|
|
add_files -norecurse ./controller.elf
|
|
set_property used_in_simulation 0 [get_files ./controller.elf]
|
|
set_property SCOPED_TO_REF microblaze_mcs_0 [get_files -all -of_objects [get_fileset sources_1] {./controller.elf}]
|
|
set_property SCOPED_TO_CELLS { inst/microblaze_I } [get_files -all -of_objects [get_fileset sources_1] {./controller.elf}]
|
|
|
|
write_bitstream -force $out_dir/impl.bit -bin_file
|