X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=hwmod.git;a=blobdiff_plain;f=quartus%2Fproject_gen.tcl;h=2f5df6d0a6fdf78788e458698897dce3288cb80a;hp=e972811d60b8caffbc7263039ef9d55c79342d3d;hb=5c172eaa03a4140731713050b95a53c5cc52db6b;hpb=8fff20317f9be9b5305dfdc62c19ccf380176cd0 diff --git a/quartus/project_gen.tcl b/quartus/project_gen.tcl index e972811..2f5df6d 100644 --- a/quartus/project_gen.tcl +++ b/quartus/project_gen.tcl @@ -83,6 +83,23 @@ if {$make_assignments} { #gen ip-core set_global_assignment -name VHDL_FILE ../../src/math_pkg.vhd + #debouncing + set_global_assignment -name VHDL_FILE ../../src/debouncing/counter.vhd + set_global_assignment -name VHDL_FILE ../../src/debouncing/counter_beh.vhd + set_global_assignment -name VHDL_FILE ../../src/debouncing/debounce.vhd + set_global_assignment -name VHDL_FILE ../../src/debouncing/debounce_fsm.vhd + set_global_assignment -name VHDL_FILE ../../src/debouncing/debounce_fsm_beh.vhd + set_global_assignment -name VHDL_FILE ../../src/debouncing/debounce_pkg.vhd + set_global_assignment -name VHDL_FILE ../../src/debouncing/debounce_struct.vhd + set_global_assignment -name VHDL_FILE ../../src/debouncing/debounce_tb.vhd + set_global_assignment -name VHDL_FILE ../../src/debouncing/debounce_top.vhd + set_global_assignment -name VHDL_FILE ../../src/debouncing/debounce_top_struct.vhd + set_global_assignment -name VHDL_FILE ../../src/debouncing/event_counter.vhd + set_global_assignment -name VHDL_FILE ../../src/debouncing/event_counter_beh.vhd + set_global_assignment -name VHDL_FILE ../../src/debouncing/event_counter_pkg.vhd + set_global_assignment -name VHDL_FILE ../../src/debouncing/sync.vhd + set_global_assignment -name VHDL_FILE ../../src/debouncing/sync_beh.vhd + set_global_assignment -name VHDL_FILE ../../src/debouncing/sync_pkg.vhd #pin mapping/system set_location_assignment PIN_N3 -to sys_clk