You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to generate the verilog and spice testbenches for prsim-verilog-spice cosimulation for Synopsys VCS and Cadence Incisive. For example, if we have the following files:
where 'i' stands for instance 'c' stands for configuration and 'tool' picks the verilog/spice tool flow being used, and it will generate the toplevel verilog and spice test benches, create a netlist for the dut, create a prso for the environment, and create a Makefile with the commands necessary to run the simulation.
The text was updated successfully, but these errors were encountered:
fangism
changed the title
feature request prspice
script for generating co-simulation (verilog/spice) testbench files from a DUT in HAC source
Jul 14, 2016
We need to generate the verilog and spice testbenches for prsim-verilog-spice cosimulation for Synopsys VCS and Cadence Incisive. For example, if we have the following files:
test.prs:
test.prsimrc
Then we can make the following call to prspice:
where 'i' stands for instance 'c' stands for configuration and 'tool' picks the verilog/spice tool flow being used, and it will generate the toplevel verilog and spice test benches, create a netlist for the dut, create a prso for the environment, and create a Makefile with the commands necessary to run the simulation.
The text was updated successfully, but these errors were encountered: