slavememory.cfg.dat

来自「altera epxa1的例子程序」· DAT 代码 · 共 43 行

DAT
43
字号
/////////////////////////////////////////////////////////////////////////////////////////////
//
// 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 + =
减小字号Ctrl + -
显示快捷键?