rdp.ss
373 Bytes
/* read the edif sources */
read -f edif rdp.edf_p
read -f edif cs_ew_cv.edf
read -f edif tc_logic.edf
read -f edif tm_tf.edf
read -f edif cc_logic.edf
read -f edif bl_logic.edf
read -f edif memspan.edf
current_design = rdp
link
check_design > rdp_final.lint
report_reference
/* Write out partitioned edif netlist for layout */
write -f edif -o rdp.edf rdp
quit