URL
https://opencores.org/ocsvn/minsoc/minsoc/trunk
[/] [minsoc/] [trunk/] [rtl/] [verilog/] [minsoc_top.v] - Diff between revs 56 and 60
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 56 |
Rev 60 |
Line 638... |
Line 638... |
`endif
|
`endif
|
|
|
//
|
//
|
// Instantiation of the SRAM controller
|
// Instantiation of the SRAM controller
|
//
|
//
|
|
`ifdef MEMORY_MODEL
|
|
minsoc_memory_model #
|
|
`else
|
minsoc_onchip_ram_top #
|
minsoc_onchip_ram_top #
|
|
`endif
|
(
|
(
|
.adr_width(`MEMORY_ADR_WIDTH) //16 blocks of 2048 bytes memory 32768
|
.adr_width(`MEMORY_ADR_WIDTH) //16 blocks of 2048 bytes memory 32768
|
)
|
)
|
onchip_ram_top (
|
onchip_ram_top (
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.