Skip to content

Commit 94d8f20

Browse files
Update README.md
1 parent 8518889 commit 94d8f20

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

Simulation/README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,34 @@ xrun counter.v counter_test.v -access +rwc -gui &
2929

3030
`-gui` invokes the graphical mode of the NCSim tool in the following way:
3131
<p align="center">
32-
<img width="460" height="300" src="https://user-images.githubusercontent.com/58098260/211217024-2dc2a8fc-c020-43d1-9ffb-fbf68820474c.png/460/300">
32+
<img width="460" height="300" src="https://github.com/abdelazeem201/Cadence-RTL-to-GDSII-Flow/blob/main/Documentation/Pics/Incisive.png">
3333
</p>
3434
2. It opens the SimVision™ tool with the windows, as shown below.
35+
<p align="center">
36+
<img width="460" height="300" src="https://github.com/abdelazeem201/Cadence-RTL-to-GDSII-Flow/blob/main/Documentation/Pics/SimVision.png">
37+
</p>
3538
3. Click on the waveform icon on the Design Browser window after selecting the signals from the design hierarchy, and you can see the waveform as below with the simulation running, with selected signals in the window.
39+
<p align="center">
40+
<img width="460" height="300" src="https://github.com/abdelazeem201/Cadence-RTL-to-GDSII-Flow/blob/main/Documentation/Pics/wavefrom.png">
41+
</p>
3642

3743
# Using irun in Batch Mode
3844

3945
1. Go to the simulation directory:
4046
```````````
4147
cd simulation
4248
```````````
43-
49+
<p align="center">
50+
<img width="460" height="300" src="https://github.com/abdelazeem201/Cadence-RTL-to-GDSII-Flow/blob/main/Documentation/Pics/Shell.png">
51+
</p>
4452
2. Execute the following command:
4553
```````````````````
4654
irun counter.v counter_test.v –access +rwc
4755
````````````````````
56+
<p align="center">
57+
<img width="460" height="300" src="https://github.com/abdelazeem201/Cadence-RTL-to-GDSII-Flow/blob/main/Documentation/Pics/results.png">
58+
</p>
59+
4860
The command creates the file incisive.d as well as the log files in the directory of invocation.
4961
5062
# <div align="center"> End of Lab.</div>

0 commit comments

Comments
 (0)