|===============SETUP=============== |-----Simulator Settings----- delete_signals | delete any existing waveforms in the window clpr sim_out.out | clear the output file restart | restart to time zero set_mode functional |-----Vectors----- | Assign names to groups of related signals here. Also, you can specify | the radix/base in which to display these signals. vector PADCOM PADCOM[1:0] |-----Watch Statements----- | List any signals you want to see in the waveform viewer, or which you | want to output to a file. watch RST CLK |-----Clock Settings----- | Setup various clock signals. Also, can specify their shape and timing. stepsize 20ns | This gives a clock period of 40ns clock CLK 0 1 |===============SIMULATION=============== | | The following commands will be useful: | 'assign' - to assign values to pins/wires (use 'release' to stop | driving a signal) | sim Xns to simulate for a give time assign PADSTROBE 0 assign PADCOM 00\B quit