URL
https://opencores.org/ocsvn/mpmc8/mpmc8/trunk
[/] [mpmc8/] [trunk/] [rtl/] [mpmc10/] [mpmc10_app_wdf_wren_gen.sv] - Diff between revs 7 and 10
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 7 |
Rev 10 |
Line 44... |
Line 44... |
|
|
// app_wdf_wren is used to strobe data into the data fifo when app_wdf_rdy is
|
// app_wdf_wren is used to strobe data into the data fifo when app_wdf_rdy is
|
// true. It must be after en is asserted to set the command and address.
|
// true. It must be after en is asserted to set the command and address.
|
always_ff @(posedge clk)
|
always_ff @(posedge clk)
|
begin
|
begin
|
wren <= mpmc10_pkg::FALSE;
|
wren <= FALSE;
|
if (state==WRITE_DATA3)// WRITE_DATA0 && rdy)
|
if (state==WRITE_DATA3)// WRITE_DATA0 && rdy)
|
wren <= mpmc10_pkg::TRUE;
|
wren <= TRUE;
|
end
|
end
|
|
|
endmodule
|
endmodule
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.