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

Fast simulation option (irun) #4

Closed rlaj closed 6 years ago

rlaj commented 7 years ago

Allows custom probe depth level for irun simulation that can be activated with command line option, --fast. If --fast option is used but the configuration option hasn't been specified,, depth will default to 1.

OrigenSim::Tester.new vendor: :cadence, fast_probe_depth: 1     # use depth of 1 for fast switch

$ origen g <pattern_name> --fast