Origen-SDK / origen_sim

Plugin to enable Origen patterns to be run in a dynamic Verilog simulation
MIT License
1 stars 4 forks source link

origen_sim

For user documentation see - http://origen-sdk.org/origen/guides/simulation/introduction

Here is some OrigenSim developer information...

How To Build a Simulation Object From a Pre-release Version of OrigenSim

How To Create a Simulation Object For Development of OrigenSim

From an OrigenSim workspace:

Select the environment you wish to use, e.g.:

origen e environment/cadence.rb

Run the following command to build a simulation object from this example device:

origen sim:build_example

Run a simulation to check that it is working:

origen g test

Repeat the above steps to recompile after making any changes to the VPI extension.