Skip to content

Commit

Permalink
To preserve custom_ip folder during compilation
Browse files Browse the repository at this point in the history
Signed-off-by: Ong, Lean Kim <lean.kim.ong@intel.com>
  • Loading branch information
lekong-pg authored and FelixWongSiewAn committed Mar 28, 2024
1 parent da1bab0 commit 035d745
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sm_soc_devkit_ghrd/Makefile
Expand Up @@ -278,7 +278,7 @@ AR_FILE := $(AR_DIR)/$(basename $(firstword $(wildcard *.qpf)))_$(AR_TIMESTAMP).
SOFTWARE_DIR := software
#custom_ip $(INTEL_CUSTOM_IP_DIR) ip/*/*.ip
AR_REGEX += \
Makefile *.txt ds5 software README.md license.txt \
Makefile *.txt ds5 software custom_ip README.md license.txt \
altera_avalon* *.sdc *.v *.sv *.vhd *.qsys *.tcl *.terp *.stp *.mk board hps_subsys jtag_subsys peripheral_subsys\
*.hex *.sed quartus.ini output_files/*.sof output_files/*.rbf output_files/*.pmsf output_files/*handoff* *.sopcinfo */*.sopcinfo *.jdi \
hps_isw_handoff handoff.bin */*.svd */synthesis/*.svd */synth/*.svd *.dts *.dtb *.xml \
Expand Down
Expand Up @@ -25,7 +25,7 @@ set fpga_clk_100_pin_list "BK109"
set fpga_clk_100_iostandard "3.3-V LVCMOS"

set fpga_reset_n_pin_list "BR112"
set fpga_reset_n_iostandard "3.3 V"
set fpga_reset_n_iostandard "3.3-V LVCMOS"

## Peripheral IOs
set fpga_led_pio_pin_list {
Expand Down Expand Up @@ -377,4 +377,4 @@ set pin_matrix [ list \
[ list "${emif_name}_mem_mem_dq[69]" "ddr4" "PIN_V5" unused unused unused unused unused "PIN_V5" ] \
[ list "${emif_name}_mem_mem_dq[70]" "ddr4" "PIN_W10" unused unused unused unused unused "PIN_W10" ] \
[ list "${emif_name}_mem_mem_dq[71]" "ddr4" "PIN_W6" unused unused unused unused unused "PIN_W6" ] \
]
]

0 comments on commit 035d745

Please sign in to comment.