We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e0bf3 commit 4175f25Copy full SHA for 4175f25
2 files changed
.iis_env
@@ -11,3 +11,4 @@ VCS="vcs-2025.06 vcs"
11
VLOGAN="vcs-2025.06 vlogan"
12
BENDER="bender-0.31.0"
13
UV="/usr/local/uv/uv"
14
+SNPS_FC="fs_compiler-2024.09 fc_shell"
justfile
@@ -6,6 +6,8 @@
6
set dotenv-load := true
7
set shell := ["bash", "-cu"]
8
9
+mod? pd
10
+
bender := env_var_or_default("BENDER", "bender")
vsim := env_var_or_default("VSIM", "vsim")
vlogan := env_var_or_default("VLOGAN", "vlogan")
@@ -148,7 +150,7 @@ clean-spyglass:
148
150
###################
149
151
152
pd_remote := "git@iis-git.ee.ethz.ch:axi-noc/floo_noc_pd.git"
-pd_branch := "master"
153
+pd_branch := "just"
154
155
# Clone physical design repository
156
[group("pd")]
0 commit comments