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

📄 slavememory.cfg.dat

📁 altera epxa1的例子程序
💻 DAT
字号:
/////////////////////////////////////////////////////////////////////////////////////////////
//
// Altera upCore Bus Transaction Simulator Slave Memory Configuration File
//
// slavememory.cfg.dat
//
// This file is interpreted by apex20ke_atoms.v to initialise the memory space available
// through the PLD slave port.
// The address space is divided into 6 banks each of up to 65536 32-bit words.
// Banks should not overlap.
// Memory is little-endian.
//
// The initial contents of each bank are defined in Verilog compatible hex files
// 			slavememory.<bank number>.dat
//
//////////////////////////////////////////////////////////////////////////////////////////////
// FORMAT
// 
// ******** - Bank Start byte address
//         ******** - Bank End byte address 
//                 ++ - number of wait states incurred prior to first access 
//                   ** - number of wait states on subsequent accesses
// HHHHHHHHHHHHHHHHHHHH
// 
// Bank start addresses should be word aligned.
//
// |      ||      |++**
// 00000000000000FF0000			// Bank zero contains 255 bytes between 00 and FF 
// |      ||      |++**			// initialisation file: slavememory.0.dat
// |      ||      |||			// 0 wait states
//
// NB unused banks should be specified as all zeros
/////////////////////////////////////////////////////////////////////////////////////////////
//      |      |++**
//XXxxXXxxXXxxXX++**
9000000090000FFF0403 // Bank zero contains 255 bytes between 00 and FF
00000000000000000000// Bank 1
00000000000000000000
00000000000000000000
00000000000000000000
00000000000000000000 // Bank 5
/////////////////////////////////////////////////////////////////////////////////////////////

⌨️ 快捷键说明

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