Skip to content

Commit

Permalink
[osflow] use file-list file
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Dec 16, 2024
1 parent ab3a113 commit cc49465
Showing 1 changed file with 4 additions and 48 deletions.
52 changes: 4 additions & 48 deletions osflow/filesets.mk
Original file line number Diff line number Diff line change
@@ -1,51 +1,7 @@
NEORV32_CORE_SRC := \
../neorv32/rtl/core/neorv32_package.vhd \
../neorv32/rtl/core/neorv32_sys.vhd \
../neorv32/rtl/core/neorv32_clockgate.vhd \
../neorv32/rtl/core/neorv32_fifo.vhd \
../neorv32/rtl/core/neorv32_cpu_decompressor.vhd \
../neorv32/rtl/core/neorv32_cpu_control.vhd \
../neorv32/rtl/core/neorv32_cpu_regfile.vhd \
../neorv32/rtl/core/neorv32_cpu_cp_shifter.vhd \
../neorv32/rtl/core/neorv32_cpu_cp_muldiv.vhd \
../neorv32/rtl/core/neorv32_cpu_cp_bitmanip.vhd \
../neorv32/rtl/core/neorv32_cpu_cp_fpu.vhd \
../neorv32/rtl/core/neorv32_cpu_cp_cfu.vhd \
../neorv32/rtl/core/neorv32_cpu_cp_cond.vhd \
../neorv32/rtl/core/neorv32_cpu_cp_crypto.vhd \
../neorv32/rtl/core/neorv32_cpu_alu.vhd \
../neorv32/rtl/core/neorv32_cpu_lsu.vhd \
../neorv32/rtl/core/neorv32_cpu_pmp.vhd \
../neorv32/rtl/core/neorv32_cpu.vhd \
../neorv32/rtl/core/neorv32_bus.vhd \
../neorv32/rtl/core/neorv32_cache.vhd \
../neorv32/rtl/core/neorv32_dma.vhd \
../neorv32/rtl/core/neorv32_boot_rom.vhd \
../neorv32/rtl/core/neorv32_xip.vhd \
../neorv32/rtl/core/neorv32_xbus.vhd \
../neorv32/rtl/core/neorv32_cfs.vhd \
../neorv32/rtl/core/neorv32_sdi.vhd \
../neorv32/rtl/core/neorv32_gpio.vhd \
../neorv32/rtl/core/neorv32_wdt.vhd \
../neorv32/rtl/core/neorv32_mtime.vhd \
../neorv32/rtl/core/neorv32_uart.vhd \
../neorv32/rtl/core/neorv32_spi.vhd \
../neorv32/rtl/core/neorv32_twi.vhd \
../neorv32/rtl/core/neorv32_pwm.vhd \
../neorv32/rtl/core/neorv32_trng.vhd \
../neorv32/rtl/core/neorv32_neoled.vhd \
../neorv32/rtl/core/neorv32_xirq.vhd \
../neorv32/rtl/core/neorv32_gptmr.vhd \
../neorv32/rtl/core/neorv32_onewire.vhd \
../neorv32/rtl/core/neorv32_slink.vhd \
../neorv32/rtl/core/neorv32_crc.vhd \
../neorv32/rtl/core/neorv32_sysinfo.vhd \
../neorv32/rtl/core/neorv32_debug_dtm.vhd \
../neorv32/rtl/core/neorv32_debug_auth.vhd \
../neorv32/rtl/core/neorv32_debug_dm.vhd \
../neorv32/rtl/core/neorv32_top.vhd \
../neorv32/rtl/core/neorv32_application_image.vhd \
../neorv32/rtl/core/neorv32_bootloader_image.vhd
# read default SoC file-list file
NEORV32_HOME = ../neorv32
NEORV32_SOC_FILE = $(shell cat $(NEORV32_HOME)/rtl/file_list_soc.f)
NEORV32_CORE_SRC = $(subst NEORV32_RTL_PATH_PLACEHOLDER, $(NEORV32_HOME)/rtl, $(NEORV32_SOC_FILE))

# Before including this partial makefile, NEORV32_MEM_SRC needs to be set
# (containing two VHDL sources: one for IMEM and one for DMEM)
Expand Down

0 comments on commit cc49465

Please sign in to comment.