Waveperl Script for QuickSlim II
WaveFormer ships with a Waveperl script for exporting waveforms to Mentor's QuickSim II simulator. The
script produces a complete test bench that can be directly used by the Mentor Graphics QuickSim II simulator.
To demonstrate the Mentor exporting features we will export the following timing diagram using the Mentor
script.
Mentor QuickSim II test bench generated by WaveFormer
$set_user_scale("time",1e-12);
FORCe SIG0 0 1
FORCe SIG0 50000 0
FORCe SIG0 90000 1
FORCe SIG0 180000 0
FORCe SIG0 240000 1
FORCe SIG1 0 0
FORCe SIG1 30000 1
FORCe SIG1 60000 Z
FORCe SIG1 100000 X
FORCe SIG1 140000 X
FORCe SIG1 180000 0
FORCe SIG1 220000 1
$$force_clock_menu_item(CLK0, 100000, 0, "1", 50000, "0",
void, @relative, @clear);
run 280000
|