Skip to content

nk-ag/RISC-V-ISA-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RISC-V-ISA-Simulator

Directory Structure:
|
|- SOURCE CODES

|
|- PHASE1.cpp
|- PHASE2.cpp
|- PHASE3.cpp
|- opcode.txt
|- data.txt
|- operation.txt
|

|- TESTS
|- bubble_sort.asm
|- factorial.asm
|- fibonacci.asm
|- Palindrome.asm
|
|- OUTPUTS
|- mcode(sample).mc
|- data_mem(sample).mc
|- data_r(sample).mc
|- output_bubbleSort
|- output_fibonacci(5)
|- output_factorial(7!)
|
|- DOCS
|-
|- Design docs
|- Design docs- II

How to execute
$ g++ PHASE1.cpp
$ ./a.out
$ g++ PHASE3.cpp
$ ./a.out

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published