Fixed controller.elf path
This commit is contained in:
parent
12b49eff1c
commit
cd02a1c942
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,5 @@
|
||||||
.build
|
.build
|
||||||
.Xil
|
.Xil
|
||||||
|
tight_setup_hold_pins.txt
|
||||||
|
usage_statistics_webtalk.html
|
||||||
|
usage_statistics_webtalk.xml
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user