Fixed controller.elf path

This commit is contained in:
Dreaded_X 2021-01-28 22:58:53 +01:00
parent 12b49eff1c
commit cd02a1c942
2 changed files with 8 additions and 5 deletions

3
.gitignore vendored
View File

@ -1,2 +1,5 @@
.build .build
.Xil .Xil
tight_setup_hold_pins.txt
usage_statistics_webtalk.html
usage_statistics_webtalk.xml

View File

@ -1,10 +1,10 @@
set out_dir ./.build set out_dir ./.build
open_checkpoint .build/5_route.dcp open_checkpoint ${out_dir}/5_route.dcp
add_files -norecurse ./controller.elf add_files -norecurse .build/controller.elf
set_property used_in_simulation 0 [get_files ./controller.elf] set_property used_in_simulation 0 [get_files .build/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_REF microblaze_mcs_0 [get_files -all -of_objects [get_fileset sources_1] {.build/controller.elf}]
set_property SCOPED_TO_CELLS { inst/microblaze_I } [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] {.build/controller.elf}]
write_bitstream -force $out_dir/impl.bit -bin_file write_bitstream -force $out_dir/impl.bit -bin_file