atom100 发表于 2014-9-30 00:10:52

HY57V6416 仿真模型谁有啊 ?

HY57V6416 仿真模型谁有啊 ?
用mt48lc8m16a2的模型 总是出错啊 ?问题出在哪里了 ?
# at time22704095 ns ERROR: Bank 3 is not Precharged.
# at time22714351 ns ERROR: tRCD violation during Read or Write to Bank 3

//---------------------------------------------------------------------------
模型在这里报错 的
if ((Auto_precharge == 1'b1) && (Read_precharge == 1'b1)) begin
            if ((($time - RAS_chk3 >= tRAS) &&
                ((Burst_length_1 == 1'b1 && Count_precharge >= 1) ||
               (Burst_length_2 == 1'b1 && Count_precharge >= 2) ||
               (Burst_length_4 == 1'b1 && Count_precharge >= 4) ||
               (Burst_length_8 == 1'b1 && Count_precharge >= 8))) ||
               (RW_interrupt_read == 1'b1)) begin
                  Pc_b3 = 1'b1;
                  Act_b3 = 1'b0;
                  RP_chk3 = $time;
                  Auto_precharge = 1'b0;
                  Read_precharge = 1'b0;
                  RW_interrupt_read = 1'b0;
                  if (Debug) $display ("at time %t NOTE : Start Internal Auto Precharge for Bank 3", $time);
            end
是不支持   也突发模式吗 ?
我用页突发的
页: [1]
查看完整版本: HY57V6416 仿真模型谁有啊 ?