URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 360 |
Rev 476 |
Line 105... |
Line 105... |
`else
|
`else
|
|
|
//
|
//
|
// Instantiation of TAG RAM block
|
// Instantiation of TAG RAM block
|
//
|
//
|
|
// Data widths are tag width plus one for valid
|
`ifdef OR1200_DC_1W_4KB
|
`ifdef OR1200_DC_1W_4KB
|
or1200_spram #
|
or1200_spram #
|
(
|
(
|
.aw(8),
|
.aw(8),
|
.dw(21 + 1)
|
.dw(`OR1200_DCTAG_W + 1)
|
)
|
)
|
`endif
|
`endif
|
`ifdef OR1200_DC_1W_8KB
|
`ifdef OR1200_DC_1W_8KB
|
or1200_spram #
|
or1200_spram #
|
(
|
(
|
.aw(9),
|
.aw(9),
|
.dw(20 + 1)
|
.dw(`OR1200_DCTAG_W + 1)
|
|
)
|
|
`endif
|
|
`ifdef OR1200_DC_1W_16KB
|
|
or1200_spram #
|
|
(
|
|
.aw(10),
|
|
.dw(`OR1200_DCTAG_W + 1)
|
)
|
)
|
`endif
|
`endif
|
dc_tag0
|
dc_tag0
|
(
|
(
|
`ifdef OR1200_BIST
|
`ifdef OR1200_BIST
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.