dsp: add missing alu.vhdl in makefile

This commit is contained in:
Paul Mathieu 2021-03-14 12:14:55 -07:00
parent d1d0e421ce
commit 54c69dd962

View File

@ -11,7 +11,7 @@ boot_rom.gen.vhdl: main.o ../uart/uart.o
sim_sources = dsp_test.vhdl sim_sources = dsp_test.vhdl
sources = boot_rom.gen.vhdl dsp.vhdl \ sources = boot_rom.gen.vhdl dsp.vhdl \
../cpu/cpu.vhdl ../cpu/reg.vhdl \ ../cpu/cpu.vhdl ../cpu/reg.vhdl ../cpu/alu.vhdl \
$(wildcard ../wave/*.vhdl) \ $(wildcard ../wave/*.vhdl) \
$(wildcard ../sysbus/*.vhdl) \ $(wildcard ../sysbus/*.vhdl) \
../uart/uart.vhdl \ ../uart/uart.vhdl \