Commit 1a8c19b
committed
ctrl: Update formal to fix on new yosys
This was failing on newer versions of yosys. The assert is
not true when we are testing the control unit alone as any
input can come in, we update to only check this for CPU level tests.
Also we remove the spr_access_valid assert which is just checking the
properties of an assign.1 parent 2863278 commit 1a8c19b
1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1624 | 1624 | | |
1625 | 1625 | | |
1626 | 1626 | | |
| 1627 | + | |
1627 | 1628 | | |
1628 | 1629 | | |
1629 | 1630 | | |
1630 | | - | |
1631 | | - | |
1632 | | - | |
1633 | | - | |
1634 | | - | |
| 1631 | + | |
1635 | 1632 | | |
1636 | 1633 | | |
1637 | 1634 | | |
| |||
0 commit comments