EDA Interfaces

Guidelines for Creating slavememory.cfg.dat Bus Transaction Simulation Files



To create a slavememory.cfg.dat bus functional model simulation file, you must create a text file that specifies the start and end addresses and number of wait states for six memory banks in the stripe, whose initial contents are contained in the corresponding slavememory.<bank number>.dat file for the project. The slavememory.cfg.dat file must be saved in the project directory and can specify up to six memory banks. You must save it in the project directory with the format slavememory.cfg.dat

The slavememory.cfg.dat file must conform to the following command syntax:

Hexadecimal Digit(s) Hexadecimal Digit Use Syntax
0 - 8 Bank Start Address <address value>
9 - 16 Bank End Address <address value>
17 - 18 Wait states before first bank access <value>
19 - 20 Wait states for subsequent burst access cycles <value>

You may also include C style comments in the syntax. The following example shows an excerpt of a sample file that includes C style comments:

00000000000000FF0000	// Bank 0 contains 255 bytes between 00 and FF
00000000000000000000	// Bank 1
00000000000000000000
00000000000000000000
00000000000000000000
00000000000000000000	// Bank 5

When creating a slavememory.cfg.dat file, use the following guidelines:


Back to Top

- PLDWorld -

 

Created by chm2web html help conversion utility.