memspan.ss
547 Bytes
module = memspan
search_path = search_path + "../src" + "../../inc" + \
"../../../lib/verilog/user" + "../../syn"
/* read the compiled rdp module netlists */
read -f edif memspan.edf_p
read -f edif ../../at/syn/at.edf
read -f edif ../../ms/syn/ms.edf
current_design = memspan
ungroup -all -flatten
link
check_design > memspan.lint
/* enforce naming restrictions for Compass tools */
change_names -rules compass_rules -hierarchy
/* standard reports & netlist */
include "report.dc"
write -f edif -o memspan.edf -hier memspan
quit