Skip to content

Commit

Permalink
Update Runt version. (#2004)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgyurgyik committed Apr 17, 2024
1 parent 98f5d5e commit 3c52bea
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ADD . calyx
WORKDIR /home/calyx
RUN cargo build --all && \
cargo install vcdump && \
cargo install runt --version 0.4.0
cargo install runt --version 0.4.1

# Install fud
WORKDIR /home/calyx/fud
Expand Down
2 changes: 1 addition & 1 deletion frontends/mrxl/test/runt.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ver = "0.4.0"
ver = "0.4.1"

[[tests]]
name = "interpret"
Expand Down
2 changes: 1 addition & 1 deletion interp/runt.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ver = "0.4.0"
ver = "0.4.1"

# Check basic functionality of the interpreter
[[tests]]
Expand Down
2 changes: 1 addition & 1 deletion runt.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ver = "0.4.0"
ver = "0.4.1"

##### Compilation Tests ######
## Test each pass in isolation. Gets the pass flags from a comment on the first line of the file
Expand Down
2 changes: 1 addition & 1 deletion tests/xilinx/runt.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ver = "0.4.0"
ver = "0.4.1"

# Run Vivado/Vitis to produce an xclbin binary.
# This command needs to output to a temporary file and delete it because fud
Expand Down
2 changes: 1 addition & 1 deletion tools/data_gen/runt.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ver = "0.4.0"
ver = "0.4.1"
[[tests]]
name = "data gen tests"
paths = [
Expand Down

0 comments on commit 3c52bea

Please sign in to comment.