Unverified Commit a5eaa2ce authored by Jack Koenig's avatar Jack Koenig Committed by GitHub
Browse files

Make LTL properties use Clock and Disable by default (#3498)

Properties in package chisel3.ltl will now be clocked and disabled by
default (if there is an implicit clock and disable). Default disable is
not hasBeenReset of the current implicit reset (if one exists). The
clock and disable can be removed by setting them to None via withClock,
withReset, and withDisable APIs.
parent d3eae831
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