mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 12:57:13 -04:00
Remove unsynthesizable system task $stop
Synthesis tools throw warnings with system task $stop. Remove it.
This commit is contained in:
parent
e87d0cc3e9
commit
c221046c0c
1 changed files with 1 additions and 1 deletions
|
@ -645,7 +645,7 @@ module ibex_id_stage #(
|
|||
// make sure that branch decision is valid when jumping
|
||||
assert property (
|
||||
@(posedge clk_i) (branch_decision_i !== 1'bx || branch_in_id == 1'b0) ) else begin
|
||||
$display("Branch decision is X"); $stop; end
|
||||
$display("Branch decision is X"); end
|
||||
|
||||
`ifdef CHECK_MISALIGNED
|
||||
assert property (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue