projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
910c350
)
fhdl/tracer: support BUILD_LIST opcode
author
Sebastien Bourdeauducq
<sebastien@milkymist.org>
Sun, 9 Sep 2012 16:53:24 +0000
(18:53 +0200)
committer
Sebastien Bourdeauducq
<sebastien@milkymist.org>
Sun, 9 Sep 2012 16:53:24 +0000
(18:53 +0200)
migen/fhdl/tracer.py
patch
|
blob
|
history
diff --git
a/migen/fhdl/tracer.py
b/migen/fhdl/tracer.py
index 765dea8f90e80a83666fcf1d51770896d90b5724..d89796ab936fe670e9f95be5015585656210be56 100644
(file)
--- a/
migen/fhdl/tracer.py
+++ b/
migen/fhdl/tracer.py
@@
-23,6
+23,8
@@
def get_var_name(frame):
index += 3
elif opc == "DUP_TOP":
index += 1
+ elif opc == "BUILD_LIST":
+ index += 3
else:
return None