Skip to content

Commit

Permalink
add missing files for simulate target #798
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gardner-Stephen committed Apr 4, 2024
1 parent 3bf0be7 commit 997bbb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ PERIPHVHDL= $(VHDLSRCDIR)/i2c_master.vhdl \
$(VHDLSRCDIR)/i2c_wrapper.vhdl \
$(VHDLSRCDIR)/i2c_controller.vhdl \
$(VHDLSRCDIR)/mega65r5_board_i2c.vhdl \
$(VHDLSRCDIR)/keypad_i2c.vhdl \
$(VHDLSRCDIR)/grove_i2c.vhdl \
$(VHDLSRCDIR)/hdmi_i2c.vhdl \
$(VHDLSRCDIR)/spdif_encoder.vhdl \
Expand Down Expand Up @@ -442,6 +443,7 @@ MEMVHDL= $(VHDLSRCDIR)/ghdl_chipram8bit.vhdl \
$(VHDLSRCDIR)/ghdl_ram32x1024.vhdl \
$(VHDLSRCDIR)/ghdl_ram18x2k.vhdl \
$(VHDLSRCDIR)/ghdl_ram8x4096.vhdl \
$(VHDLSRCDIR)/ghdl_ram8x4096_sync_2cs.vhdl \
$(VHDLSRCDIR)/ghdl_ram8x4096_sync.vhdl \
$(VHDLSRCDIR)/ghdl_ram32x1024_sync.vhdl \
$(VHDLSRCDIR)/ghdl_ram8x512.vhdl \
Expand Down

0 comments on commit 997bbb2

Please sign in to comment.