Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile is out-of-date with caravel_user_project Makefile #51

Open
d-m-bailey opened this issue Apr 7, 2024 · 0 comments
Open

Makefile is out-of-date with caravel_user_project Makefile #51

d-m-bailey opened this issue Apr 7, 2024 · 0 comments
Labels
error Something isn't working

Comments

@d-m-bailey
Copy link
Contributor

In particular, the setup-timing-scripts target won't work because these settings are not included.

export CUP_ROOT=$(shell pwd)
export TIMING_ROOT?=$(shell pwd)/dependencies/timing-scripts
export PROJECT_ROOT=$(CUP_ROOT)
timing-scripts-repo=https://github.com/efabless/timing-scripts.git

$(TIMING_ROOT):
	@mkdir -p $(CUP_ROOT)/dependencies
	@git clone $(timing-scripts-repo) $(TIMING_ROOT)
@d-m-bailey d-m-bailey changed the title Makefile is out-of-date with caravel_user_project Makefile is out-of-date with caravel_user_project Makefile Apr 7, 2024
@d-mitch-bailey d-mitch-bailey added the error Something isn't working label Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants