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

📄 params.v

📁 SDRAM读写控制的实现与Modelsim仿真
💻 V
字号:
/******************************************************************************
*
*  LOGIC CORE:          SDR SDRAM Controller - Global Constants			
*  MODULE NAME:         params()
*  COMPANY:             Northwest Logic, Inc.
*
*  REVISION HISTORY:  
*
*    Revision 1.0  03/24/2000
*    Description: Initial Release.
*
*
*  FUNCTIONAL DESCRIPTION:
*
*  This file defines a number of global constants used throughout
*  the SDR SDRAM Controller.
*
*
******************************************************************************/


// Address Space Parameters

`define ROWSTART        8           
`define ROWSIZE         11
`define COLSTART        0
`define COLSIZE         8
`define BANKSTART       19
`define BANKSIZE        2

// Address and Data Bus Sizes

`define  ASIZE           21      // total address width of the SDRAM
`define  DSIZE           32      // Width of data bus to SDRAMS


⌨️ 快捷键说明

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