URL
https://opencores.org/ocsvn/mips_enhanced/mips_enhanced/trunk
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
2 |
dimamali |
On-chip rom
|
2 |
|
|
CONFIG_AHBROM_ENABLE
|
3 |
|
|
Say Y here to add a block on on-chip rom to the AHB bus. The ram
|
4 |
|
|
provides 0-waitstates read access, burst support, and 8-, 16-
|
5 |
|
|
and 32-bit data size. The rom will be syntheised into block rams
|
6 |
|
|
on Xilinx and Altera FPGA devices, and into gates on ASIC
|
7 |
|
|
technologies. GRLIB includes a utility to automatically create
|
8 |
|
|
the rom VHDL model (ahbrom.vhd) from an ELF file. Refer to the GRLIB
|
9 |
|
|
documentation for details.
|
10 |
|
|
|
11 |
|
|
On-chip rom address
|
12 |
|
|
CONFIG_AHBROM_START
|
13 |
|
|
Set the start address of AHB ROM (HADDR[31:20]). The ROM will occupy
|
14 |
|
|
a 1 Mbyte slot at the selected address. Default is 000, corresponding
|
15 |
|
|
to AHB address 0x00000000. When address 0x0 is selected, the rom area
|
16 |
|
|
of any other memory controller is set to 0x10000000 to avoid conflicts.
|
17 |
|
|
|
18 |
|
|
Enable pipeline register for on-chip rom
|
19 |
|
|
CONFIG_AHBROM_PIPE
|
20 |
|
|
Say Y here to add a data pipeline register to the on-chip rom.
|
21 |
|
|
This should be done when the rom is implemenented in (ASIC) gates,
|
22 |
|
|
or in logic cells on FPGAs. Do not use this option when the rom is
|
23 |
|
|
implemented in block rams. If enabled, the rom will operate with
|
24 |
|
|
one waitstate.
|
25 |
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.