URL
https://opencores.org/ocsvn/gpio/gpio/trunk
Subversion Repositories gpio
[/] [gpio/] [trunk/] [syn/] [bin/] [save_design.inc] - Rev 67
Go to most recent revision | Compare with Previous | Blame | View Log
/* Save current design using synopsys format */
write -hierarchy -format db -output GATE_PATH + STAGE + _ + TOPLEVEL + .db
/* Save current design using verilog format */
write -hierarchy -format verilog -output GATE_PATH + STAGE + _ + TOPLEVEL + .v
Go to most recent revision | Compare with Previous | Blame | View Log