code refactoring for Vivado compatibility

This commit is contained in:
Blaise Tine
2021-09-29 03:24:17 -04:00
parent 18c1dc2f0e
commit a45261b530
31 changed files with 133 additions and 110 deletions

View File

@@ -95,7 +95,7 @@ module VX_stream_arbiter #(
.grant_onehot (sel_onehot)
);
end else begin
$error ("invalid parameter");
`ERROR(("invalid parameter"));
end
wire [LANES-1:0] valid_in_sel;