X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=hwmod.git;a=blobdiff_plain;f=spartan3e%2FMakefile;h=963365115be6fb58b15bb4cf64946a8a59e1ba2b;hp=dd3a8acebc277ab3a6f848d3e320a97ee63bb0a6;hb=HEAD;hpb=82c132f21179276ef155a90b6e266942e20b19a3 diff --git a/spartan3e/Makefile b/spartan3e/Makefile index dd3a8ac..9633651 100644 --- a/spartan3e/Makefile +++ b/spartan3e/Makefile @@ -12,6 +12,9 @@ PROJ_VHDL = alu.vhd \ parser.vhd \ scanner.vhd \ sp_ram.vhd \ + uart_rx.vhd \ + uart_tx.vhd \ + pc_communication.vhd \ textmode_vga/console_sm.vhd \ textmode_vga/console_sm_beh.vhd \ textmode_vga/console_sm_sync.vhd \ @@ -36,7 +39,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))