Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
namgoyal committed Oct 17, 2016
1 parent a207dc2 commit e98c051
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*.out
*.app

*.s
sim
out
output
DATA_OUT.mem
STATE_OUT.mem
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SimpleRISC Functional Simulator
The project simulates SimpleRISC functional processor using C++.


To compile and run the code in linux follow the follwing steps.
To compile and run the code in linux follow the follwing steps in the home directory of project folder.

*To compile execute the following command in terminal
make
Expand Down
4 changes: 2 additions & 2 deletions test/array_sum.mem
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#mov r0,9
0x0 0x4c000009
#mov r0,12
0x0 0x4c00000c
#mov r1,0
0x4 0x4c400000
# .loop: cmp r1,r0
Expand Down

0 comments on commit e98c051

Please sign in to comment.