Delete assume left over from testing
authorMichael Nolan <mtnolan2640@gmail.com>
Wed, 20 May 2020 15:12:14 +0000 (11:12 -0400)
committerMichael Nolan <mtnolan2640@gmail.com>
Wed, 20 May 2020 15:12:14 +0000 (11:12 -0400)
src/soc/fu/logical/formal/proof_main_stage.py

index 7e69df92dc91310075c9a02c24f3158954129742..996099f9eddb7527d34b0725269d7906ecfd8f30 100644 (file)
@@ -69,7 +69,6 @@ class Driver(Elaboratable):
         comb += a_signed.eq(a)
         comb += a_signed_32.eq(a[0:32])
 
-        comb += Assume(rec.insn_type == InternalOp.OP_PRTY)
         # main assertion of arithmetic operations
         with m.Switch(rec.insn_type):
             with m.Case(InternalOp.OP_AND):