Skip to content

Commit 4175f25

Browse files
committed
just: Migrate pd as well
1 parent 03e0bf3 commit 4175f25

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.iis_env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ VCS="vcs-2025.06 vcs"
1111
VLOGAN="vcs-2025.06 vlogan"
1212
BENDER="bender-0.31.0"
1313
UV="/usr/local/uv/uv"
14+
SNPS_FC="fs_compiler-2024.09 fc_shell"

justfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
set dotenv-load := true
77
set shell := ["bash", "-cu"]
88

9+
mod? pd
10+
911
bender := env_var_or_default("BENDER", "bender")
1012
vsim := env_var_or_default("VSIM", "vsim")
1113
vlogan := env_var_or_default("VLOGAN", "vlogan")
@@ -148,7 +150,7 @@ clean-spyglass:
148150
###################
149151

150152
pd_remote := "git@iis-git.ee.ethz.ch:axi-noc/floo_noc_pd.git"
151-
pd_branch := "master"
153+
pd_branch := "just"
152154

153155
# Clone physical design repository
154156
[group("pd")]

0 commit comments

Comments
 (0)