You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any variables added to a flow with commands.add_var do not survive to the output in Edaflow.py
Should
# This is an input node. Inject dependency on pre_build scriptsifnotnode.deps:
# Inject pre-build scripts before the first command# that the node executes. Note that this isn't# technically correct since the first command in# the list might not be the first command executednode.inst.commands.commands[0].order_only_deps= ["pre_build"]
self.commands.commands+=node.inst.commands.commands
include self.commands.vars += node.inst.commands.vars at the end?
The text was updated successfully, but these errors were encountered:
Any variables added to a flow with
commands.add_var
do not survive to the output in Edaflow.pyShould
include
self.commands.vars += node.inst.commands.vars
at the end?The text was updated successfully, but these errors were encountered: