Commit 784a9c6
committed
refactor: replace simulation tool
The `SyntaxError` is meant for use by Python's parser. Though we are
doing our own parsing logic here, it is typically used to suggest an
error in some given Python source code, not a file in general.
Signed-off-by: Alex Jones <alex.jones@lowrisc.org>SyntaxError with RuntimeError
1 parent 95f8269 commit 784a9c6
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments