How do I run Super-FinSim and Debussy together?
The FinSim family of simulators now support a direct, high performance interface to Debussy so there is no need to link in any PLI. Simply place your $fsdb calls in the Verilog source code and run the simulation as you would normally do. To run FinSim in interactive mode under the Debussy source level debugger, first replace the Debussy resource file debussy.rc your are currently using with this one finsim_debussy.rc. Add the following options to finvc: +srcdbg -interactive and the following options to finbuild: -debussy_interactive Run debussy, select FinSim as your simulator and follow Debussy’s instructions on how to run a simulation in the interactive mode.