Skip to content

Commit 9428177

Browse files
committed
changed to CHIPFLOW_BACKEND_GIT_SHA
1 parent 0fd8f32 commit 9428177

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

chipflow_lib/steps/silicon.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,9 @@ def submit(self, rtlil_path, *, dry_run=False):
134134
}
135135

136136
# Check if BACKEND_SHA exists in the environment and add it to the data dictionary
137-
backend_sha = os.environ.get("BACKEND_SHA")
137+
backend_sha = os.environ.get("CHIPFLOW_BACKEND_GIT_SHA")
138138
if backend_sha:
139-
data["backendSha"] = backend_sha
140-
139+
data["backend_sha"] = backend_sha
141140

142141
pads = {}
143142
for iface, port in self.platform._ports.items():

0 commit comments

Comments
 (0)