Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • transmission
2 results

killer

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Roberto Hexsel / cMIPS
    145 commits behind the upstream repository.
    Name Last commit Last update
    cMIPS
    README
    cMIPS
    
    cMIPS - an FPGA ready VHDL model for 5-stage pipeline, MIPS32r2 core
    
    The VHDL model mimics the pipeline design described in Patterson & Hennessy's book (Computer Organisation and Design) and is an almost complete implementation of the MIPS32r2 instruction set.  The TLB and assorted control registers will be included soon (as of fev 2015).  The model was synthesized for an Altera EP4CE30F23. The model uses up 15% of combinational blocks and 5% logic registers.
    
    
    Processor model runs C code, compiled with GCC;
    Testbench includes processor, RAM, ROM and file I/O;
    Core has all forwarding paths and is fully interlocked for data and control hazards;
    Coprocessor0 is partially implemented, six hardware interrupts + NMI implemented in "Interrupt Compatibility Mode";
    The instructions break, syscall, trap, mfc0, mtc0, eret, ei, di, ll, sc are implemented;
    Partial-word loads and stores (word, half-word, byte) implemented at the processor's memory interface.