Skip to content

Commit e17bdb9

Browse files
committed
readme instructions for pipeline
1 parent 0a04f0b commit e17bdb9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ chmod +x test_pipelined.sh
3030
./test_pipelined.sh <filename>.s
3131
```
3232

33+
#### Pipeline-Visualization:
34+
- This isn't directly done like Sequentials test_sequential but rather a different script is used , so to visualize on pipeline you would have to do:
35+
36+
```bash
37+
cd pipeline
38+
chmod +x pipeline_visualization.sh
39+
./pipeline_visualization.sh <filename>.s
40+
```
41+
3342
### Key Pipelined Features:
3443

3544
- 5-stage pipeline: IF, ID, EX, MEM, and WB stages

0 commit comments

Comments
 (0)