Code Monkey home page Code Monkey logo

hier-icache's Introduction

Structure of the REPO

  • README.md
  • RTL
  • L1.5_CACHE
    • AXI4_REFILL_Resp_Deserializer.sv
    • icache_controller.sv
    • ram_ws_rs_data_scm.sv
    • ram_ws_rs_tag_scm.sv
    • RefillTracker_4.sv
    • REP_buffer_4.sv
    • share_icache.sv
  • L1_CACHE
    • pri_icache_controller.sv
    • pri_icache.sv
  • TOP
    • icache_hier_top.sv
  • SIM
    • compile.csh
    • enable_icache_no_prefetch_9th_core_seperation.tcl
    • enable_icache_no_prefetch.tcl
    • enable_icache_with_prefetch_9th_core_seperation.tcl
    • enable_icache_with_prefetch.tcl
    • pulp_interfaces.sv
    • ulpsoc_defines.sv
    • wawe.do
  • TB
    • axi_mem_if.sv
    • generic_memory_with_grant.sv
    • ibus_lint_memory_128.sv
    • l2_generic.sv
    • tb.sv
    • tgen_128.sv

Description

This Ip implements a 2 Level Instruction caches tailored for Tigthly coupled Processor (Eg Cluster of Processing elements in PULP). It is composed By a private L1 Instruction cache, SCM based with small footprint and 2 way set associative, followed by a central L2 instruction cache, shared among the cores, and tuned for high capacity. The benefit of this IP is to alleviate the timing pressure on the prcessor fetch interface.

Run

In the SIM folder source the compile script.

source ./compile.csh

Caches are by default disabled. To control them, a icache control unit is required. Temporarely, user can enable it forcing the enable req from simulator command line using tcl script:

To enable the ICACHES without L1 to L1.5 prefetch feature

source enable_icache_no_prefetch.tcl

Self checking logic will check every transaction made.

Block diagram

HierIcache

hier-icache's People

Contributors

owenchj0 avatar anga93 avatar micprog avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.