5ayam5 / COL216-Minor

MIPS ISA simulator which implements non-blocking DRAM access

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COL216 Minor - MIPS Interpreter with non-blocking DRAM

Sayam Sethi (2019CS10399)

To run the non-blocking interpreter:

> make MIPS_interpreter_DRAM
> ./MIPS_interpreter_DRAM <file name> <ROW_ACCESS_DELAY> <COL_ACCESS_DELAY>

To run the blocking interpreter:

> make MIPS_interpreter_DRAM_blocking
> ./MIPS_interpreter_DRAM_blocking <file name> <ROW_ACCESS_DELAY> <COL_ACCESS_DELAY>

About

MIPS ISA simulator which implements non-blocking DRAM access

License:MIT License


Languages

Language:C++ 71.8%Language:TeX 18.0%Language:Assembly 9.3%Language:Makefile 0.8%