mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
Avoid zero-width replication
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
parent
72e8bad417
commit
056500dbf4
@ -115,7 +115,7 @@ initial begin
|
||||
end
|
||||
end
|
||||
|
||||
reg [CL_PORTS-1:0] select_reg = {CL_PORTS{1'b0}}, select_ctl, select_next;
|
||||
reg [CL_PORTS-1:0] select_reg = 0, select_ctl, select_next;
|
||||
reg drop_reg = 1'b0, drop_ctl, drop_next;
|
||||
reg frame_reg = 1'b0, frame_ctl, frame_next;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user