sudp.ss
283 Bytes
/* read the verilog sources */
read -f verilog ../src/sudp.v
current_design = sudp
remove_cell find(cell, "*")
disconnect_net suonesdet_z -all
disconnect_net sualu_ovr -all
disconnect_net sualu_cout -all
write -f edif -o sudp.edf sudp
write -f verilog -o sudp.vsyn sudp
quit