Skip to content

Commit 818fdc4

Browse files
committed
Fix bug in ArrayWriterListPrim
1 parent 562f610 commit 818fdc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/arrays/ArrayWriterListPrim.vhd

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ begin
405405
bus_wreq_ready => bus_wreq_ready(1),
406406
bus_wreq_addr => bus_wreq_addr(2*BUS_ADDR_WIDTH-1 downto BUS_ADDR_WIDTH),
407407
bus_wreq_len => bus_wreq_len(2*BUS_LEN_WIDTH-1 downto BUS_LEN_WIDTH),
408-
bus_wreq_last => bus_wreq_len(1),
408+
bus_wreq_last => bus_wreq_last(1),
409409

410410
bus_wdat_valid => bus_wdat_valid(1),
411411
bus_wdat_ready => bus_wdat_ready(1),

0 commit comments

Comments
 (0)