[Libre-soc-bugs] [Bug 306] Formal Correctness Proof for ALU pipeline
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Tue Jul 14 21:29:10 BST 2020
https://bugs.libre-soc.org/show_bug.cgi?id=306
Luke Kenneth Casson Leighton <lkcl at lkcl.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |---
Assignee|mtnolan2640 at gmail.com |kc5tja at arrl.net
CC| |mtnolan2640 at gmail.com
Status|RESOLVED |IN_PROGRESS
--- Comment #8 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
assigning to Samuel for review of formal_main_stage.py up to this point:
# Assert that op gets copied from the input to output
for rec_sig in rec.ports():
name = rec_sig.name
dut_sig = getattr(dut.o.ctx.op, name)
comb += Assert(dut_sig == rec_sig)
https://git.libre-soc.org/?p=soc.git;a=blob;f=src/soc/fu/alu/formal/proof_main_stage.py;hb=HEAD#l56
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list