mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
fhdl/tracer: support BUILD_LIST opcode
This commit is contained in:
parent
910c350021
commit
589251fffd
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue