OpenCores
URL https://opencores.org/ocsvn/hpdmc/hpdmc/trunk

Subversion Repositories hpdmc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 6 to Rev 7
    Reverse comparison

Rev 6 → Rev 7

/trunk/test/tb_hpdmc.v
452,6 → 452,10
//wbwrite(32'h00000000, 64'h1111222233334444);
wbwriteburst(32'h00);
wbwriteburst(32'h20);
wbwriteburst(32'h40);
wbwriteburst(32'h12340);
wbwriteburst(32'h12360);
waitnclock(10);
wbreadburst(32'h00);
//wbreadburst(32'h00);
/trunk/rtl/hpdmc_ddrio.v
95,19 → 95,6
wfifo_consume <= wfifo_consume + 1;
wfifo_outmask <= wfifomask0[wfifo_consume];
wfifo_out <= wfifo0[wfifo_consume];
if(wfifo_enable) begin
$display("Read from LOW Write FIFO(%d) Mask %h", wfifo_consume, wfifomask0[wfifo_consume]);
$display("Masks are %x %x %x %x %x %x %x %x",
wfifomask1[0],
wfifomask0[0],
wfifomask1[1],
wfifomask0[1],
wfifomask1[2],
wfifomask0[2],
wfifomask1[3],
wfifomask0[3]
);
end
end else begin
wfifo_outmask <= wfifomask1[wfifo_consume];
wfifo_out <= wfifo1[wfifo_consume];
/trunk/rtl/hpdmc_scheduler.v
454,7 → 454,10
track_open[bank_address] = 1'b1;
reload_activate_counter = 1'b1;
next_state = READ;
if(address_we)
next_state = WRITE;
else
next_state = READ;
end
end
READ: begin

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.