X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=spartan3e%2FMakefile;h=0ce3e189425e2ffcda5698b44060da105be70659;hb=80fae57732a96b870b38b1592beeb5d62e3a7f65;hp=dd3a8acebc277ab3a6f848d3e320a97ee63bb0a6;hpb=82c132f21179276ef155a90b6e266942e20b19a3;p=hwmod.git diff --git a/spartan3e/Makefile b/spartan3e/Makefile index dd3a8ac..0ce3e18 100644 --- a/spartan3e/Makefile +++ b/spartan3e/Makefile @@ -12,6 +12,8 @@ PROJ_VHDL = alu.vhd \ parser.vhd \ scanner.vhd \ sp_ram.vhd \ + uart_rx.vhd \ + uart_tx.vhd \ textmode_vga/console_sm.vhd \ textmode_vga/console_sm_beh.vhd \ textmode_vga/console_sm_sync.vhd \ @@ -36,7 +38,20 @@ PROJ_VHDL = alu.vhd \ ps2/ps2_keyboard_controller_pkg.vhd \ ps2/ps2_transceiver.vhd \ ps2/ps2_transceiver_beh.vhd \ - ps2/ps2_transceiver_pkg.vhd + ps2/ps2_transceiver_pkg.vhd \ + debouncing/counter.vhd \ + debouncing/counter_beh.vhd \ + debouncing/debounce.vhd \ + debouncing/debounce_fsm.vhd \ + debouncing/debounce_fsm_beh.vhd \ + debouncing/debounce_pkg.vhd \ + debouncing/debounce_struct.vhd \ + debouncing/event_counter.vhd \ + debouncing/event_counter_beh.vhd \ + debouncing/event_counter_pkg.vhd \ + debouncing/sync.vhd \ + debouncing/sync_beh.vhd \ + debouncing/sync_pkg.vhd PROJ_VHDL := $(foreach n,$(PROJ_VHDL),$(VHDL_DIR)/$(n))