mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
sim: support execution of nested statement lists (typo)
This commit is contained in:
parent
3b7f1264f1
commit
4acb7bc662
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ class Evaluator:
|
|||
if "default" in s.cases:
|
||||
self.execute(s.cases["default"])
|
||||
elif isinstance(s, list):
|
||||
execute(s)
|
||||
self.execute(s)
|
||||
else:
|
||||
raise NotImplementedError
|
||||
|
||||
|
|
Loading…
Reference in a new issue