Unverified Commit d5b79fa2 authored by Will Dietz's avatar Will Dietz Committed by GitHub
Browse files

ProbeSpec: Add force/release simulator test. (#3501)

Some limitations for default simulation environment:
* Verilator's force doesn't update when the RHS changes,
  as documented, so in tests re-force as needed or otherwise
  workaround this limitation.
* Verilator rejects designs that attempt to force an input port,
  with ASSIGNIN.  Force other signals instead.
* `forceInitial` does not appear to work (Verilator?),
  the generated Verilog works in VCS.  Workaround.
  (Chisel `forceInitial` -> `initial force the.lhs.target = rhs_value;`)
parent 67411655
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment