[libre-riscv-dev] [Bug 335] Formal Correctness Proof for Branch pipeline
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Fri May 22 19:50:26 BST 2020
https://bugs.libre-soc.org/show_bug.cgi?id=335
--- Comment #6 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
# Check that CTR is decremented
with m.If(~BO[2]):
comb += Assert(dut.o.ctr.data == ctr_next)
i think... that one needs...
comb += Assert(dut.o.ctr.data != BO[2])
does that look right?
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-riscv-dev
mailing list