⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 defines.v

📁 XILINX memory interface generator. XILINX的外部存储器接口。
💻 V
字号:
`define DQS_n                     // This enables DQS# signals in port list & logic related to DQS#
//`define ODT_DISABLE_DELAY 4'd6    // This delays the ODT disable cmd, in cmd_fsm module
//`define ODT_CMD
//`define LMD_WR_CMD                // This generates LMR write cmd, in cmd_fsm module
//`define SINGLE_BURST              // This enables for testing Single Burst  
//`define CAS_LATENCY_3
`define CAS_LATENCY_4

`ifdef CAS_LATENCY_3 
`define INIT_PRE_COUNT_VALUE    7'b101_0000    //80  (400ns / clk period)
`define RFC_BITS                4 
`define RFC_COUNT_VALUE         4'b1111;        //15
`endif

`ifdef CAS_LATENCY_4
`define INIT_PRE_COUNT_VALUE    7'b110_1011    //107 (400ns / clk period)
`define RFC_BITS                5 
`define RFC_COUNT_VALUE         5'b1_0011;        //19
`endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -