5.34.117.28.1 Example
if { [ is_design_loaded ] } {
set design_location [ get_design_filename ] if {$design_location != "" } {
puts “Design is at $design_location.”
} else {
puts “Design has not been saved to a file on disk.”
}
} else {
puts "No design is loaded."
}
get_design_info
Retrieves some basic details of your design. The result value of the command will be a string value.
get_design_info value
