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

FPGA builds failing #1355

Closed
3 tasks done
jerryz123 opened this issue Feb 22, 2023 · 0 comments
Closed
3 tasks done

FPGA builds failing #1355

jerryz123 opened this issue Feb 22, 2023 · 0 comments
Assignees
Labels

Comments

@jerryz123
Copy link
Contributor

Background Work

Chipyard Version and Hash

latest

OS Setup

millennium

Other Setup

No response

Current Behavior

chipyard/fpga/Makefile

Lines 94 to 101 in c8764d6

$(sim_files): $(SIM_FILE_REQS) | $(GEN_COLLATERAL_DIR)
cp -f $^ $(GEN_COLLATERAL_DIR)
$(foreach file,\
$^,\
$(if $(filter %.h,$(file)),\
,\
echo "$(addprefix $(GEN_COLLATERAL_DIR)/, $(notdir $(file)))" >> $@;))

The FPGA makefile errors out because SIM_FILE_REQS is unset. Can't cp nothing

Expected Behavior

Don't error here

Other Information

No response

@jerryz123 jerryz123 added the bug label Feb 22, 2023
@jerryz123 jerryz123 changed the title FPGA builds failn FPGA builds failing Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants