Skip to content
Snippets Groups Projects
Commit b133c04a authored by Pascal Engeler's avatar Pascal Engeler
Browse files

Added vcd analysis notebook

parent da863585
No related branches found
No related tags found
No related merge requests found
%% Cell type:code id: tags:
``` python
# Step 1: parse the header, find dictionary to translate between interesting signals and their tokens
# Step 2: parse the rest, identify signal changes (lines that start with 1 or 0) and timestamps (lines that start with #, in ps)
# Step 3: for signals phi, cordic_cos and cordic_sin, extract the value of all bits at all timestamps (50M timestamps)
# Step 4: for each timestep, calculate the decimal value of phi, cordic_cos, cordic_sin
# Step 5: plot phi, cordic_cos and cordic_sin as a function of time
```
%% Cell type:code id: tags:
``` python
```
%% Cell type:code id: tags:
``` python
```
%% Cell type:code id: tags:
``` python
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment