From cd02a1c9425a05b7242ca602d17e39f580b58a51 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Thu, 28 Jan 2021 22:58:53 +0100 Subject: [PATCH] Fixed controller.elf path --- .gitignore | 3 +++ scripts/write.tcl | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 495f775..1127e1b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ .build .Xil +tight_setup_hold_pins.txt +usage_statistics_webtalk.html +usage_statistics_webtalk.xml diff --git a/scripts/write.tcl b/scripts/write.tcl index c3a22b4..67abd21 100644 --- a/scripts/write.tcl +++ b/scripts/write.tcl @@ -1,10 +1,10 @@ set out_dir ./.build -open_checkpoint .build/5_route.dcp +open_checkpoint ${out_dir}/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}] +add_files -norecurse .build/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] {.build/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