Gast
#590601
Hallo! Ich verstehe nicht, warum mir Quatus II den Zähler puls_spacing_counter in folgendem process nicht synthetisieren will:
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | |
21 | |
22 | |
23 | |
Mehr Prozesse hat das Entity nicht in seiner Architektur. Es bekommt den Vector imp_data_from_sr von einer integrierten Komponete, und es soll nun dieser Vector mit dem Inhalt des Zählers in einen neuen Vector (puls_data_complete) geschrieben werden. Leider kommt Quartus ständig mit diesen Warnungen, und die Bits 23-11 in puls_data_complete bleiben immer leer. Warning: Reduced register "reset_counter" with stuck data_in port to stuck value VCC Warning: Reduced register "puls_spacing_counter[0]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_spacing_counter[2]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_spacing_counter[3]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_spacing_counter[4]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_spacing_counter[5]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_spacing_counter[6]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_spacing_counter[7]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_spacing_counter[8]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_spacing_counter[9]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_spacing_counter[10]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_spacing_counter[11]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_spacing_counter[12]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_data_complete[11]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_data_complete[13]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_data_complete[14]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_data_complete[15]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_data_complete[16]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_data_complete[17]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_data_complete[18]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_data_complete[19]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_data_complete[20]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_data_complete[21]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_data_complete[22]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_data_complete[23]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_spacing_counter[1]" with stuck data_in port to stuck value GND Warning: Reduced register "puls_data_complete[12]" with stuck data_in port to stuck value GND Was mache ich hier falsch? Gruß Maik