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

Subversion Repositories ion

[/] [ion/] [trunk/] [src/] [mips_tb2_template.vhdl] - Diff between revs 104 and 125

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

Rev 104 Rev 125
Line 201... Line 201...
        clk         => clk,
        clk         => clk,
        reset       => reset
        reset       => reset
    );
    );
 
 
 
 
    cache: entity work.mips_cache_stub
    cache: entity work.mips_cache
    generic map (
    generic map (
        BRAM_ADDR_SIZE => BRAM_ADDR_SIZE,
        BRAM_ADDR_SIZE => BRAM_ADDR_SIZE,
        SRAM_ADDR_SIZE => 32,-- we need the full address to decode sram vs flash
        SRAM_ADDR_SIZE => 32,-- we need the full address to decode sram vs flash
        LINE_SIZE =>      4,
        LINE_SIZE =>      4,
        CACHE_SIZE =>     256
        CACHE_SIZE =>     256

powered by: WebSVN 2.1.0

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