commit | 8dbabc1fc25ac5c30a0cdd49f5169a95a514ad8b | [log] [tgz] |
---|---|---|
author | manarabdelaty <manarabdelatty@aucegypt.edu> | Fri Apr 16 21:53:57 2021 +0200 |
committer | manarabdelaty <manarabdelatty@aucegypt.edu> | Fri Apr 16 21:53:57 2021 +0200 |
tree | d82b539cf66a2c994b6117bc98657f933b290928 | |
parent | 8e8bf63313e07718a16c91cd5cbcf9c47103ded7 [diff] [blame] |
Update DV Makefiles - CARAVEL_PATH is now determined from CARAVEL_MASTER variable
diff --git a/verilog/dv/Makefile b/verilog/dv/Makefile index 7e37e02..7895a6e 100644 --- a/verilog/dv/Makefile +++ b/verilog/dv/Makefile
@@ -19,7 +19,7 @@ .SUFFIXES: .SILENT: clean all -PATTERNS = io_ports la_test1 la_test2 +PATTERNS = io_ports la_test1 la_test2 wb_port mprj_stimulus all: ${PATTERNS} for i in ${PATTERNS}; do \