diff options
Diffstat (limited to 'FPGA/display/display.qsf')
-rw-r--r-- | FPGA/display/display.qsf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/FPGA/display/display.qsf b/FPGA/display/display.qsf index 4a3d072..67f8f87 100644 --- a/FPGA/display/display.qsf +++ b/FPGA/display/display.qsf | |||
@@ -112,7 +112,14 @@ set_location_assignment PIN_L6 -to hex7[3] | |||
112 | set_location_assignment PIN_L7 -to hex7[4] | 112 | set_location_assignment PIN_L7 -to hex7[4] |
113 | set_location_assignment PIN_P9 -to hex7[5] | 113 | set_location_assignment PIN_P9 -to hex7[5] |
114 | set_location_assignment PIN_N9 -to hex7[6] | 114 | set_location_assignment PIN_N9 -to hex7[6] |
115 | set_global_assignment -name VHDL_FILE ../vhdl/clock_divider.vhd | ||
115 | set_global_assignment -name BDF_FILE display.bdf | 116 | set_global_assignment -name BDF_FILE display.bdf |
116 | set_global_assignment -name VHDL_FILE ../vhdl/seven_segment_decoder.vhd | 117 | set_global_assignment -name VHDL_FILE ../vhdl/seven_segment_decoder.vhd |
117 | set_global_assignment -name TCL_SCRIPT_FILE display_pin.tcl | 118 | set_global_assignment -name TCL_SCRIPT_FILE display_pin.tcl |
119 | set_global_assignment -name BDF_FILE useless.bdf | ||
120 | set_global_assignment -name QIP_FILE lpm_shiftreg0.qip | ||
121 | set_global_assignment -name QIP_FILE lpm_constant0.qip | ||
122 | set_global_assignment -name QIP_FILE lpm_constant1.qip | ||
123 | set_global_assignment -name QIP_FILE lpm_constant2.qip | ||
124 | set_global_assignment -name QIP_FILE lpm_constant7nada.qip | ||
118 | set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file | 125 | set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file |