commit | 3358da9c772cdd6acba4657b855889f125c07091 | [log] [tgz] |
---|---|---|
author | Kareem Farid <karimmhany@gmail.com> | Tue Dec 13 12:29:09 2022 +0200 |
committer | Kareem Farid <karimmhany@gmail.com> | Tue Dec 13 12:29:09 2022 +0200 |
tree | 98bebe71a4b16a6e45f86c5ce2fd20a5a96496ed | |
parent | 497e5cd3e15876213fe7360733a4b702bcb076e4 [diff] |
set default timing root location to dependencies instead of deps
diff --git a/Makefile b/Makefile index 6390a58..3030abf 100644 --- a/Makefile +++ b/Makefile
@@ -262,7 +262,7 @@ export CUP_ROOT=$(shell pwd) -export TIMING_ROOT?=$(shell pwd)/deps/timing-scripts +export TIMING_ROOT?=$(shell pwd)/dependencies/timing-scripts export PROJECT_ROOT=$(CUP_ROOT) timing-scripts-repo=https://github.com/efabless/timing-scripts.git