We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In particular, the setup-timing-scripts target won't work because these settings are not included.
setup-timing-scripts
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In particular, the
setup-timing-scripts
target won't work because these settings are not included.The text was updated successfully, but these errors were encountered: