Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 503 Bytes

CHANGES.md

File metadata and controls

12 lines (9 loc) · 503 Bytes

Release v0.17.0

  • Parameterize the step monad by an Input_monad. This allows the step testbench to control both Cyclesim and Event_driven_sim simulators.
  • Implement an Imperative step monad interface. Rename the previous version to the Functional step monad. The imperative style no longer controls or constrains port access to the underlying simulator. It is simpler to use (especially spawning sub tasks), but arguably less safe.

Release v0.16.0

  • Add [Step.List.iter2_exn].