dsp: allow fetching instructions from SRAM

This commit is contained in:
Paul Mathieu
2021-04-17 23:09:30 -07:00
parent 102e9cbd07
commit a864ca3d7e
4 changed files with 159 additions and 50 deletions

View File

@@ -11,12 +11,11 @@ CFLAGS = -I../wave -I../uart
boot_rom.gen.vhdl: main.o ../uart/uart.o
sim_sources = dsp_test.vhdl
sources = boot_rom.gen.vhdl dsp.vhdl \
sources = boot_rom.gen.vhdl dsp.vhdl ram.vhdl \
../cpu/cpu.vhdl ../cpu/reg.vhdl ../cpu/alu.vhdl \
$(wildcard ../wave/*.vhdl) \
$(wildcard ../sysbus/*.vhdl) \
../uart/uart.vhdl \
../first/ram.vhdl
../uart/uart.vhdl
../lab/dsp/au_base_project.runs/impl_1/au_top.bin: ../lab/dsp/au_base_project.runs/synth_1/au_top.dcp
../lab/dsp/au_base_project.runs/impl_1/runme.sh