include directory on iverilog command

This commit is contained in:
Angelo Jacobo 2023-03-02 20:20:14 +08:00 committed by GitHub
parent 3633613c47
commit 084a681644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -6,7 +6,7 @@ then
elif [ "$1" == "iverilog" ]
then
iverilog ./rtl/ddr3_controller.v -o .out
iverilog ./rtl/ddr3_controller.v -I ./rtl/ -o .out
vvp .out
fi