| Command | Function Description | File Output |
| $ssi_navdbase ("nav.dbase","top.v") | Creates a gate level connectivity file of your verilog model. | nav.dbase |
| $dumpvars | Creates an ascii file which contains simulation data. (fast for verilog simulation, slower for navvcd loading) | verilog.dump |
| $ssi_navconfigure("-dumpsize #Mb", "-dumpname circ.dump") $ssi_navdump |
These two commands will create a circular dump file that saves only the last X Mb of simulation data. (slower for verilog simulation, faster for navvcd loading) | circ.dump |