Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RefillUnit: add hitLevelL3toL2 function in L2 #30

Closed
wants to merge 5 commits into from

Commits on Jul 27, 2023

  1. Add chiselDB (OpenXiangShan#24)

    * debug: move assertions of mainpipe to Monitor
    
    * Util: add chiselDB of mainpipe s3 info
    
    * Util: generate chisel_db.cpp/h to build
    
    * bump Utility: chiselDB related
    
    * Makefile: add mkdir build, otherwise chisel_db.cpp nowhere to generate
    
    * Util: fix chiselDB problems
    
    * miscs: update github CI workflow
    
    * miscs: update github CI workflow II
    
    * Update Makefile, remove mkdir -p, mill will do it
    Ivyfeather authored and ruiszhang committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    f2f3261 View commit details
    Browse the repository at this point in the history
  2. isHit basic function from L3 to L2 in coupledL2 (OpenXiangShan#26)

    * RefillUnit: add isHit basic function
    indicates the refillunit block granted from L3 is hit in L3 or not
    
    * Add chiselDB (OpenXiangShan#24)
    
    * debug: move assertions of mainpipe to Monitor
    
    * Util: add chiselDB of mainpipe s3 info
    
    * Util: generate chisel_db.cpp/h to build
    
    * bump Utility: chiselDB related
    
    * Makefile: add mkdir build, otherwise chisel_db.cpp nowhere to generate
    
    * Util: fix chiselDB problems
    
    * miscs: update github CI workflow
    
    * miscs: update github CI workflow II
    
    * Update Makefile, remove mkdir -p, mill will do it
    
    ---------
    
    Co-authored-by: Chen Xi <[email protected]>
    ruiszhang and Ivyfeather committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b45e692 View commit details
    Browse the repository at this point in the history
  3. RefillUnit:add hitLevelL3toL2 function in L2

    delete isHit basic function because it is involved in hitLevelL3toL2 function
    ruiszhang committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b7b7350 View commit details
    Browse the repository at this point in the history
  4. fix merge conflict

    ruiszhang committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    771a9d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    c882a30 View commit details
    Browse the repository at this point in the history