X-Git-Url: http://git.joshuawise.com/fpgaboy.git/blobdiff_plain/179b434745a7b2da871d69c201dd1bda3e445f41..b4f3ac35e69b7d5adf57959902abe2a104b42f4f:/Makefile diff --git a/Makefile b/Makefile index 26e2289..466b640 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,11 @@ VLOGS = 7seg.v GBZ80Core.v insn_call-callcc.v insn_incdec16.v \ insn_ld_sp_hl.v insn_pop_reg.v insn_rst.v System.v CPUDCM.v \ insn_alu_a.v insn_halt.v insn_jp-jpcc.v insn_ld_hl_reg.v \ insn_ld_reg_imm8.v insn_ldx_ahl.v insn_push_reg.v insn_vop_intr.v \ - Timer.v + Timer.v LCDC.v insn_ldm8_a.v insn_ldm16_a.v Framebuffer.v \ + insn_ldbcde_a.v insn_alu_ext.v insn_bit.v insn_two_byte.v \ + insn_incdec_reg8.v -all: CoreTop_rom.svf CoreTop_diag.svf CoreTop.twr +all: CoreTop_rom.svf CoreTop_diag.svf CoreTop_bootrom.svf CoreTop.twr CoreTop.ngc: CoreTop.xst CoreTop.prj $(VLOGS) xst -ifn CoreTop.xst -ofn CoreTop.syr @@ -42,7 +44,7 @@ parsim: CoreTop_isim_par.exe %.o: %.asm rgbasm -o$@ $< -%.bin: %.o rom.lnk +%.bin: %.o echo "[Objects]" > tmp.lnk echo $< >> tmp.lnk echo "" >> tmp.lnk @@ -51,7 +53,7 @@ parsim: CoreTop_isim_par.exe xlink tmp.lnk rm tmp.lnk -%.mem: %.bin +%.mem: %.bin mashrom ./mashrom < $< > $@ CoreTop_%.bit: %.mem CoreTop.bit foo_bd.bmm