diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-04-27 11:44:03 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-04-27 11:44:03 -0600 |
| commit | a61ee4b16157f3c6501d958b8dcde7f57f41110d (patch) | |
| tree | 2fec60239a9e55f952ad85c6f3893bc921634da7 /target/de1soc/mod.mk | |
| parent | a4b94d40e61e634aa8e970af3911a7671e7d8d50 (diff) | |
target/de1soc: move quartus files out of project root
Diffstat (limited to 'target/de1soc/mod.mk')
| -rw-r--r-- | target/de1soc/mod.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/de1soc/mod.mk b/target/de1soc/mod.mk new file mode 100644 index 0000000..8c19f78 --- /dev/null +++ b/target/de1soc/mod.mk @@ -0,0 +1,6 @@ +define core + $(this)/sdc_files := timing.sdc + $(this)/qip_files := $(patsubst %,../../ip/%.qip,dsp_mul ip_fp_add ip_fp_mul ip_fp_fix) + $(this)/qsf_files := pins.tcl + $(this)/qsys_platform := platform.qsys +endef |
