mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-23 13:37:20 -04:00
Use overlapping implications for Xcelium 19.03
Xcelium 19.03 doesn't support the `->` (binary logical) operator, but using `|->` (overlapping implication) is equivalent here and supported; use this operator instead. Fixes #1213
This commit is contained in:
parent
aa7582b8d4
commit
0199bbae66
1 changed files with 1 additions and 1 deletions
|
@ -833,7 +833,7 @@ module ibex_controller #(
|
|||
// Assertions //
|
||||
////////////////
|
||||
|
||||
`ASSERT(AlwaysInstrClearOnMispredict, nt_branch_mispredict_o -> instr_valid_clear_o)
|
||||
`ASSERT(AlwaysInstrClearOnMispredict, nt_branch_mispredict_o |-> instr_valid_clear_o)
|
||||
|
||||
// Selectors must be known/valid.
|
||||
`ASSERT(IbexCtrlStateValid, ctrl_fsm_cs inside {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue