params.v

来自「一个RAM的测试仿真程序」· Verilog 代码 · 共 37 行

V
37
字号
/********************************************************************************  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        9           `define ROWSIZE         12`define COLSTART        0`define COLSIZE         9`define BANKSTART       20`define BANKSIZE        2// Address and Data Bus Sizes`define  ASIZE           23      // total address width of the SDRAM`define  DSIZE           16      // Width of data bus to SDRAMS

⌨️ 快捷键说明

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