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

Support more wave events #14

Closed ginty closed 6 years ago

ginty commented 6 years ago

Currently origen sim only supports up to 10 events to be assigned to a wave.

Normally that is fine, but came across a case where it wasn't enough when trying to generate a 50Mhz clock pulse based on a 200ns reference period.

In that case the 10 events were exceeded but no error is given to the user.

OrigenSim should be updated to support more events (50?) and if they are exceeded then fail with a meaningful error message.

ginty commented 6 years ago

Updated to 50 in 0.12.0