Skip to content

Commit 60546ca

Browse files
committed
[ci] Release circt-{reduce,translate,verilog}
Add three new tools to the native "firtool" releases: - circt-reduce - circt-translate - circt-verilog This avoids users having to grab the full "install" versions when they only need one of these tools. Signed-off-by: Schuyler Eldridge <[email protected]>
1 parent c14eb0d commit 60546ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/bin/uploadReleaseArtifacts.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,11 @@ mapfile -t OPT_OS < <(echo "${OPT_OS[@]}" | tr ' ' '\n' | sort -u)
134134
# For non-full installs, install the following tools.
135135
binaries=(
136136
circt-opt
137+
circt-reduce
137138
circt-synth
138139
circt-test
140+
circt-translate
141+
circt-verilog
139142
firtool
140143
om-linker
141144
)

0 commit comments

Comments
 (0)