For user documentation see - http://origen-sdk.org/origen/guides/simulation/introduction
Here is some OrigenSim developer information...
origen sim:build /path/to/your/top.v
output
directory, make them available to your design compile step as requiredFrom 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.