add fetch::fetch and fetch::l1_i_cache with some testing #9

Open
programmerjake wants to merge 2 commits from programmerjake/cpu:create-fetch-and-i-cache-logic into master

The I-Cache is a direct-mapped cache that supports handling multiple cache misses at once.

The I-Cache is a direct-mapped cache that supports handling multiple cache misses at once.
programmerjake added 2 commits 2026-02-21 01:21:18 +00:00
Some checks failed
/ test (pull_request) Failing after 25m25s
Required
Details
Some required checks were not successful.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u create-fetch-and-i-cache-logic:programmerjake-create-fetch-and-i-cache-logic
git checkout programmerjake-create-fetch-and-i-cache-logic
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: libre-chip/cpu#9
No description provided.