Skip to content

mathur/lc3_processor

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
src
 
 
 
 
 
 
 
 
 
 

Pipelined LC-3b Processor

Features

  • 5 stage pipelined processor (IF, ID, EX, MEM, WB)
  • Supports the full LC-3b ISA
  • Physical memory
  • Split L1 cache (instruction cache and data cache)
  • Unified L2 cache with cache arbiter
  • Eviction write buffer
  • Memory-mapped I/O
  • MEM stage instruction leapfrogging
  • Instruction prefetching in hardware

Technical Specifications

  • Theoretical maximum frequency: 115.07 MHz
  • Slack: 0.00 ns

About

💻 A pipelined processor for the LC-3b ISA with advanced features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published