##// END OF EJS Templates
Update LFR-EM-WAVEFORM_PICKER
Update LFR-EM-WAVEFORM_PICKER

File last commit:

r284:058199c2c092 martin
r322:2019ae31f08d (LFR-EM) LPP_LFR-em_WFP_1-0-0 JC
Show More
top_designer.tcl
33 lines | 2.1 KiB | application/x-tcl | TclLexer
new_design -name "top" -family "PROASIC3"
set_device -die "A3PE3000L" -package "324 FBGA" -speed "Std" -voltage "1.5" -iostd "LVTTL" -jtag "yes" -probe "yes" -trst "yes" -temprange "COM" -voltrange "COM"
if {[file exist top.pdc]} {
import_source -format "edif" -edif_flavor "GENERIC" -merge_physical "no" -merge_timing "no" {synplify/top.edf} -format "pdc" -abort_on_error "no" {top.pdc}
} else {
import_source -format "edif" -edif_flavor "GENERIC" -merge_physical "no" -merge_timing "no" {synplify/top.edf}
}
compile -combine_register 1
if {[file exist ../../boards/LeonLPP-A3PE3kL/Projet-LeonLFR-A3PE3kL-Sheldon.pdc]} {
import_aux -format "pdc" -abort_on_error "no" {../../boards/LeonLPP-A3PE3kL/Projet-LeonLFR-A3PE3kL-Sheldon.pdc}
pin_commit
} else {
puts "WARNING: No PDC file imported."
}
if {[file exist ../../boards/LeonLPP-A3PE3kL/leon3mp.sdc]} {
import_aux -format "sdc" -merge_timing "no" {../../boards/LeonLPP-A3PE3kL/leon3mp.sdc}
} else {
puts "WARNING: No SDC file imported."
}
save_design {top.adb}
report -type status {./actel/report_status_pre.log}
layout -timing_driven -incremental "OFF"
save_design {top.adb}
backannotate -dir {./actel} -name "top" -format "SDF" -language "VHDL93" -netlist
report -type "timer" -analysis "max" -print_summary "yes" -use_slack_threshold "no" -print_paths "yes" -max_paths 100 -max_expanded_paths 5 -include_user_sets "yes" -include_pin_to_pin "yes" -select_clock_domains "no" {./actel/report_timer_max.txt}
report -type "timer" -analysis "min" -print_summary "yes" -use_slack_threshold "no" -print_paths "yes" -max_paths 100 -max_expanded_paths 5 -include_user_sets "yes" -include_pin_to_pin "yes" -select_clock_domains "no" {./actel/report_timer_min.txt}
report -type "pin" -listby "name" {./actel/report_pin_name.log}
report -type "pin" -listby "number" {./actel/report_pin_number.log}
report -type "datasheet" {./actel/report_datasheet.txt}
export -format "pdb" -feature "prog_fpga" -io_state "Tri-State" {./actel/top.pdb}
export -format log -diagnostic {./actel/report_log.log}
report -type status {./actel/report_status_post.log}
save_design {top.adb}