URL
https://opencores.org/ocsvn/minsoc/minsoc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 64 |
Rev 68 |
Line 43... |
Line 43... |
`endif
|
`endif
|
|
|
//
|
//
|
// Memory
|
// Memory
|
//
|
//
|
`define MEMORY_ADR_WIDTH 13 //MEMORY_ADR_WIDTH IS NOT ALLOWED TO BE LESS THAN 12,
|
`define MEMORY_ADR_WIDTH 15 //MEMORY_ADR_WIDTH IS NOT ALLOWED TO BE LESS THAN 12,
|
//memory is composed by blocks of address width 11
|
//memory is composed by blocks of address width 11
|
//Address width of memory -> select memory depth,
|
//Address width of memory -> select memory depth,
|
//2 powers MEMORY_ADR_WIDTH defines the memory depth
|
//2 powers MEMORY_ADR_WIDTH defines the memory depth
|
//the memory data width is 32 bit,
|
//the memory data width is 32 bit,
|
//memory amount in Bytes = 4*memory depth
|
//memory amount in Bytes = 4*memory depth
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.