To make Debussy work with Modelsim,the Novas's document tell us that we must add the following code in our simulation code to generate fsdb file:
$fsdbDumpfile("reg_bus.fsdb");
$fsdbDumpvars;
But the CIC's document point out that this way is only useful under Workstation environment instead of PC environment.
So I want to know how to generate fsdb file under PC environment.
By the way,how to realize this section code's function with VHDL?
Please tell me the detail!!
Thanks.