URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 476 |
Rev 477 |
Line 102... |
Line 102... |
`else
|
`else
|
|
|
//
|
//
|
// Instantiation of RAM block
|
// Instantiation of RAM block
|
//
|
//
|
`ifdef OR1200_DC_1W_4KB
|
|
or1200_spram_32_bw #
|
or1200_spram_32_bw #
|
(
|
(
|
.aw(10),
|
.aw(`OR1200_DCINDX),
|
.dw(32)
|
.dw(dw)
|
)
|
)
|
`endif
|
|
`ifdef OR1200_DC_1W_8KB
|
|
or1200_spram_32_bw #
|
|
(
|
|
.aw(11),
|
|
.dw(32)
|
|
)
|
|
`endif
|
|
`ifdef OR1200_DC_1W_16KB
|
|
or1200_spram_32_bw #
|
|
(
|
|
.aw(12),
|
|
.dw(32)
|
|
)
|
|
`endif
|
|
dc_ram
|
dc_ram
|
(
|
(
|
`ifdef OR1200_BIST
|
`ifdef OR1200_BIST
|
// RAM BIST
|
// RAM BIST
|
.mbist_si_i(mbist_si_i),
|
.mbist_si_i(mbist_si_i),
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.