mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-30 02:32:53 +08:00
Compile cleanup
This commit is contained in:
parent
0568add03a
commit
55eeafe0db
@ -19,12 +19,12 @@ module oh_arbiter(/*AUTOARG*/
|
||||
|
||||
input [N-1:0] requests; //request vector
|
||||
output [N-1:0] grants; //grant (one hot)
|
||||
|
||||
genvar j;
|
||||
|
||||
wire [N-1:0] waitmask;
|
||||
genvar j;
|
||||
generate
|
||||
if(TYPE=="FIXED")
|
||||
begin
|
||||
wire [N-1:0] waitmask;
|
||||
assign waitmask[0] = 1'b0;
|
||||
for (j=N-1; j>=1; j=j-1)
|
||||
begin : gen_arbiter
|
||||
|
Loading…
x
Reference in New Issue
Block a user