Skip to content

Commit

Permalink
Release v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-tarassov committed Mar 26, 2024
1 parent c1b33c7 commit bab7320
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ workspace/gcc/riscv: workspace/gcc/tools.tar.gz
debian-riscv64/initrd:
mkdir -p debian-riscv64
curl --netrc --location --header 'Accept: application/octet-stream' \
https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/134982224 \
https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/158580561 \
-o $@.tmp
mv $@.tmp $@

debian-riscv64/rootfs.tar.gz:
mkdir -p debian-riscv64
curl --netrc --location --header 'Accept: application/octet-stream' \
https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/134982229 \
https://api.github.com/repos/eugene-tarassov/vivado-risc-v/releases/assets/158580569 \
-o $@.tmp
mv $@.tmp $@

Expand Down Expand Up @@ -222,7 +222,7 @@ CHISEL_SRC_DIRS = \
generators/sifive-cache/design/craft \
generators/testchipip/src/main

CHISEL_SRC := $(foreach path, $(CHISEL_SRC_DIRS), $(shell test -d $(path) && find $(path) -iname "*.scala"))
CHISEL_SRC := $(foreach path, $(CHISEL_SRC_DIRS), $(shell test -d $(path) && find $(path) -iname "*.scala" -not -name ".*"))
FIRRTL = java -Xmx12G -Xss8M $(JAVA_OPTIONS) -cp `realpath target/scala-*/system.jar` firrtl.stage.FirrtlMain

workspace/patch-hdl-done:
Expand Down

0 comments on commit bab7320

Please sign in to comment.