Skip to content

reed-foster/r32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

r32

32 bit CPU based on the MIPS instruction set

.
│
├── alu - dataflow (alu.vhd)
│   ├── shifter32 - dataflow (shifter.vhd)
│   └── add_sub - structural (adder.vhd)
│       └── fadd - behavioral (fadd.vhd)
├── cache - behavioral (cache.vhd)
├── clock_multiplier - xilinx (clock_multiplier.vhd)
├── sdram - behavioral (sdram.vhd)
│   ├── tx_data - behavioral (fifo.vhd)
│   ├── rx_data - behavioral (fifo.vhd)
│   └── req_queue - behavioral (fifo.vhd)
└── spartan6.ucf

About

32 bit CPU based on the MIPS instruction set

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published