dsp: add missing alu.vhdl in makefile
This commit is contained in:
parent
d1d0e421ce
commit
54c69dd962
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user