Skip to content

Commit b475bb6

Browse files
authored
Merge pull request #4 from rswarbrick/shifts
Fix import of TerminateException in sim.py
2 parents 489448d + ba26504 commit b475bb6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

riscvmodel/sim.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from .model import Model, Memory
2-
from .isa import TerminateException
1+
from .model import Model, Memory, TerminateException
32

43
import struct
54

0 commit comments

Comments
 (0)