Skip to content

Commit 0d5190b

Browse files
committed
fix typo in script
1 parent da54968 commit 0d5190b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ODIN_II/verify_odin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ function sim() {
248248
#build commands
249249
mkdir -p $DIR
250250

251-
verilog_command="\./wrapper_odin.sh \
251+
verilog_command="./wrapper_odin.sh \
252252
--log_file ${DIR}/synthesis.log \
253253
--test_name ${TEST_FULL_REF} \
254254
--failure_log ${global_synthesis_failure}.log \

0 commit comments

Comments
 (0)