How do I run Super-FinSim and Undertow together?
To link in Undertow with Super-FinSim, you will need in the current directory the files finpli.mak, vt_ptab, iv.v and also the object files vtplifinsim.o and vt_finsimuser.o (from the Undertow distribution kit). Note: make sure that the files referenced in finpli.mak do exist in the place specified. The options for finvc should include: -ptab vt_ptab +fullaccess +vtdbg iv.v How to run Super-Finsim with Undertow in batch mode. After you built the simulation (using finbuild) and start it (TOP.sim if you didn’t specify other name), you can run the Undertow waveform viewer in real-time mode with ‘ut -r -v vt.dump’ and see the signal changes updated while the simulation is running. How to run Super-Finsim with Undertow in interactive mode. After you build the simulation (using finbuild), to run the simulation in interactive mode use ‘ut -iv -finsim TOP.sim source_file -sigfile vt.dump’, where source_file is one of your Verilog source files included in the simulation. From the Undertow inter