##// END OF EJS Templates
Migrating from GPLV2 to V3, and cleand some files. /!\ Unstable /!\
Migrating from GPLV2 to V3, and cleand some files. /!\ Unstable /!\

File last commit:

r14:46dea010b1a4 default
r19:80b25d2b19c0 default
Show More
leon3mp_designer_act.tcl
8 lines | 547 B | application/x-tcl | TclLexer
new_design -name "leon3mp" -family "Spartan3E"
set_device -die "xc3s1600e" -package " " -speed "-4" -voltage "1.5" -iostd "LVTTL" -jtag "yes" -probe "yes" -trst "yes" -temprange "" -voltrange ""
if {[file exist leon3mp.pdc]} {
import_source -format "edif" -edif_flavor "GENERIC" -merge_physical "no" -merge_timing "no" {synplify/leon3mp.edf} -format "pdc" -abort_on_error "no" {leon3mp.pdc}
} else {
import_source -format "edif" -edif_flavor "GENERIC" -merge_physical "no" -merge_timing "no" {synplify/leon3mp.edf}
}
save_design {leon3mp.adb}