Allow the formal engine to perform a same-cycle result in the ALU
[soc.git] / src / soc / experiment / formal / proof_compalu_multi.py
2023-11-05 Cesar StraussAllow the formal engine to perform a same-cycle result... master
2022-11-15 Cesar StraussKeep the valid signal from the formal engine ALU stable...
2022-10-28 Cesar StraussCheck that exactly one ALU write is made, per instruction
2022-10-28 Cesar StraussCheck cover and bmc in separate sub-tests
2022-10-24 Luke Kenneth Casso... only NLnet sponsor
2022-10-12 Cesar StraussCheck invariant for instruction operands
2022-10-12 Cesar StraussIf the ALU is idle, do not assert valid
2022-10-09 Cesar StraussCount zero_a and imm_data.ok as masked read transactions
2022-10-09 Cesar StraussDon't issue while busy
2022-10-08 Cesar StraussAdd count of masked reads
2022-10-08 Cesar StraussAdd ALU read transaction counter
2022-10-08 Cesar StraussAdd ALU write transaction counter
2022-10-08 Cesar StraussAdd write transaction counter
2022-10-05 Cesar StraussFix duplicate line (copy & paste error)
2022-10-01 Cesar StraussAdd counter for operand reads
2022-10-01 Cesar StraussAvoid toggling go_i when rel_o is low
2022-10-01 Cesar StraussLeave shadow / die proof for last
2022-10-01 Cesar StraussStart of formal proof of MultiCompUnit