V
Vick
Guest
I had this verilog code for 16-bit SDRAM with the timing parameters
namely the :
tCMS,
tCMH,
tCK,
tHZ,
tOH,
tRCD,
tRRD along with a few timing checks.
I have customized the code to 64-bit but having some problems with the
Timing parameters.I chaged them according to the 64-bit SDRAM spec.
but still facing errors.
Any obvious solutions which mite fix the problem.
Here is the line where I get the error:
if ((Ba == 2'b00) && ($time - RCD_chk0 < tRCD))
$display("at time %t ERROR: tRCD violation during Read or Write to
Bank 0", $time);
Thnx
namely the :
tCMS,
tCMH,
tCK,
tHZ,
tOH,
tRCD,
tRRD along with a few timing checks.
I have customized the code to 64-bit but having some problems with the
Timing parameters.I chaged them according to the 64-bit SDRAM spec.
but still facing errors.
Any obvious solutions which mite fix the problem.
Here is the line where I get the error:
if ((Ba == 2'b00) && ($time - RCD_chk0 < tRCD))
$display("at time %t ERROR: tRCD violation during Read or Write to
Bank 0", $time);
Thnx