Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from MiV-Libero-Designs/develop
Browse files Browse the repository at this point in the history
Update MiV_RV32IMA_L1_AHB_BaseDesign_RTG4_DEV_KIT.tcl
Accepting minor script update
  • Loading branch information
kevinscully100 authored Oct 24, 2019
2 parents e9589cb + dfa8c12 commit 359ecbd
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions MiV_RV32IMA_L1_AHB_BaseDesign_RTG4_DEV_KIT.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 359ecbd

Please sign in to comment.