assign pins for counter 8b with input
This commit is contained in:
		
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							| @@ -82,3 +82,13 @@ LR0~LR7: F0~F7 | ||||
| LR8: C8 | ||||
| ``` | ||||
|  | ||||
| ### counter_8b_with_input | ||||
|  | ||||
| ``` | ||||
| K0~K7: D0~D7 | ||||
| K8: LD | ||||
| K9: CP | ||||
| K10: CLR | ||||
| LR0~LR7: Q0~Q7 | ||||
| ``` | ||||
|  | ||||
|   | ||||
| @@ -53,4 +53,25 @@ set_global_assignment -name LL_ROOT_REGION ON -section_id "Root Region" | ||||
| set_global_assignment -name LL_MEMBER_STATE LOCKED -section_id "Root Region" | ||||
| set_global_assignment -name MISC_FILE "D:/projects/quartus/counter_8b_with_input/counter_8b_with_input.dpf" | ||||
| set_global_assignment -name USE_CONFIGURATION_DEVICE ON | ||||
| set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED" | ||||
| set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED" | ||||
| set_global_assignment -name RESERVE_ALL_UNUSED_PINS_NO_OUTPUT_GND "AS INPUT TRI-STATED" | ||||
| set_global_assignment -name STRATIX_DEVICE_IO_STANDARD "3.3-V LVTTL" | ||||
| set_location_assignment PIN_77 -to D0 | ||||
| set_location_assignment PIN_80 -to D1 | ||||
| set_location_assignment PIN_81 -to D2 | ||||
| set_location_assignment PIN_82 -to D3 | ||||
| set_location_assignment PIN_84 -to D4 | ||||
| set_location_assignment PIN_86 -to D5 | ||||
| set_location_assignment PIN_87 -to D6 | ||||
| set_location_assignment PIN_88 -to D7 | ||||
| set_location_assignment PIN_67 -to LD | ||||
| set_location_assignment PIN_69 -to CLR | ||||
| set_location_assignment PIN_68 -to CP | ||||
| set_location_assignment PIN_142 -to Q0 | ||||
| set_location_assignment PIN_143 -to Q1 | ||||
| set_location_assignment PIN_144 -to Q2 | ||||
| set_location_assignment PIN_145 -to Q3 | ||||
| set_location_assignment PIN_146 -to Q4 | ||||
| set_location_assignment PIN_147 -to Q5 | ||||
| set_location_assignment PIN_149 -to Q6 | ||||
| set_location_assignment PIN_150 -to Q7 | ||||
		Reference in New Issue
	
	Block a user