OpenCores
URL https://opencores.org/ocsvn/minsoc/minsoc/trunk

Subversion Repositories minsoc

[/] [minsoc/] [trunk/] [backend/] [spartan3a_dsp_kit/] [minsoc_defines.v] - Diff between revs 64 and 68

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.