bl_logic.ss 488 Bytes
module = bl_logic

search_path = search_path + "../src" + "../../inc" + \
   "../../../lib/verilog/user" + "../../syn"

/* read the compiled rdp module netlists */

read -f edif bl_logic.edf_p
read -f edif ../../at/syn/at.edf
read -f edif ../../bl/syn/bl.edf
read -f edif ../../st/syn/st.edf

current_design = bl_logic

ungroup -all -flatten 

link 

check_design > bl_logic.lint

/* standard reports & netlist */

include "report.dc"

write -f edif -o bl_logic.edf -hier bl_logic

quit