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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_34/] [or1ksim/] [cache/] [icache_model.h] - Diff between revs 1350 and 1382

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 1350 Rev 1382
Line 15... Line 15...
 
 
   You should have received a copy of the GNU General Public License
   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   along with this program; if not, write to the Free Software
   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
 
 
#define MAX_IC_SETS 8192
#define MAX_IC_SETS 1024
#define MAX_IC_WAYS 4
#define MAX_IC_WAYS 32
#define MAX_IC_BLOCK_SIZE 4 /* In words */
#define MAX_IC_BLOCK_SIZE 4 /* In words */
 
 
uint32_t ic_simulate_fetch(oraddr_t fetchaddr);
uint32_t ic_simulate_fetch(oraddr_t fetchaddr);
void ic_info();
void ic_info();
void ic_clock();
void ic_clock();

powered by: WebSVN 2.1.0

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