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 568357d commit 589567bCopy full SHA for 589567b
build.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-VERSION="1.20"
+VERSION="1.21"
4
5
help() {
6
echo "Version v"$VERSION
@@ -110,7 +110,7 @@ build_diff_proj() {
110
compile_chisel
111
112
# Refresh the modification time of the top file, otherwise some changes to the RTL source code will not take effect in next compilation.
113
- touch -m `find $BUILD_PATH -name $DIFFTEST_TOP_FILE` 1>/dev/null 2>&1
+ touch -m `find $PROJECT_PATH/$VSRC_FOLDER -name $DIFFTEST_TOP_FILE` 1>/dev/null 2>&1
114
# create soft link ($BUILD_PATH/*.v -> $PROJECT_PATH/$VSRC_FOLDER/*.v)
115
create_soft_link $BUILD_PATH $PROJECT_PATH/$VSRC_FOLDER \"*.v\"
116
0 commit comments