Remove unsynthesizable system task $stop

Synthesis tools throw warnings with system task $stop. Remove it.
This commit is contained in:
Ioannis Karageorgos 2019-05-14 15:08:48 -04:00 committed by Pirmin Vogel
parent e87d0cc3e9
commit c221046c0c

View file

@ -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 (