mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 00:55:32 +00:00
Wrong fixed value
This commit is contained in:
parent
87910732f1
commit
50581d5a94
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ module reversed #(parameter WIDTH=256, SELW=2)
|
|||
|
||||
localparam SLICE = WIDTH/(SELW**2);
|
||||
always @(posedge clk) begin
|
||||
dout[(1024-ctrl*sel)-:SLICE] <= din;
|
||||
dout[(WIDTH-ctrl*sel)-:SLICE] <= din;
|
||||
end
|
||||
endmodule
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue