diff options
Diffstat (limited to 'FPGA/display/display.qsf')
-rw-r--r-- | FPGA/display/display.qsf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/FPGA/display/display.qsf b/FPGA/display/display.qsf index 67f8f87..7cc0772 100644 --- a/FPGA/display/display.qsf +++ b/FPGA/display/display.qsf | |||
@@ -112,14 +112,13 @@ 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 QIP_FILE lpm_constant_f.qip | ||
116 | set_global_assignment -name QIP_FILE lpm_constant_a.qip | ||
117 | set_global_assignment -name QIP_FILE lpm_constant_1.qip | ||
115 | set_global_assignment -name VHDL_FILE ../vhdl/clock_divider.vhd | 118 | set_global_assignment -name VHDL_FILE ../vhdl/clock_divider.vhd |
116 | set_global_assignment -name BDF_FILE display.bdf | 119 | set_global_assignment -name BDF_FILE display.bdf |
117 | set_global_assignment -name VHDL_FILE ../vhdl/seven_segment_decoder.vhd | 120 | set_global_assignment -name VHDL_FILE ../vhdl/seven_segment_decoder.vhd |
118 | set_global_assignment -name TCL_SCRIPT_FILE display_pin.tcl | ||
119 | set_global_assignment -name BDF_FILE useless.bdf | 121 | set_global_assignment -name BDF_FILE useless.bdf |
120 | set_global_assignment -name QIP_FILE lpm_shiftreg0.qip | 122 | 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 | 123 | set_global_assignment -name QIP_FILE lpm_constant7nada.qip |
125 | set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file | 124 | set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file |