diff --git a/MiV_RV32IMA_L1_AHB_BaseDesign_RTG4_DEV_KIT.tcl b/MiV_RV32IMA_L1_AHB_BaseDesign_RTG4_DEV_KIT.tcl index 4bc2caa..8a9c293 100644 --- a/MiV_RV32IMA_L1_AHB_BaseDesign_RTG4_DEV_KIT.tcl +++ b/MiV_RV32IMA_L1_AHB_BaseDesign_RTG4_DEV_KIT.tcl @@ -80,21 +80,25 @@ if {"$design_flow_stage" == "SYNTHESIZE"} then { } +puts "" +puts "" +puts "" +puts "" +puts "" puts "-------------------------------------------------------------------------" puts "-----------------------------Project Built-------------------------------" puts "-------------------------------------------------------------------------" puts "-------------------------------------------------------------------------" -puts "These scripted designs can also be executed to stages in the design flow" -puts "In order to this this execute the script by passing an argument along with" -puts "the selected file." -puts " " -puts "Next time you execute a script type in one of the following arguments to" -puts "build the design to that stage in the design flow:" -puts " " +puts "This script can also be executed to progress in the design flow" +puts "In order to do this, open the execute script menu and select the .tcl file" +puts "then in arguments section enter one of the following arguments to progress" +puts "in the design flow: " +puts "" puts " 1. SYNTHESIZE " puts " 2. PLACE_AND_ROUTE" puts " 3. GENERATE_BITSTREAM" -puts " 4. EXPORT_BITSTREAM" +puts " 4. EXPORT_PROGRAMMING_FILE" +puts "" puts " " puts "These arguments are not case sensitive, but require an underscore between words instead of space" puts "Sample designs are provided with place and route seeds that will allow user"