Gast
#1146713
Hallöchen allerseits, ich habe ein kleines Problem! ISE schmeißt beim "advanced Synthesize" Schritt Latche raus, weil ein Signal seinen Zustand nicht ändert. ======================================================================== = * Advanced HDL Synthesis * ======================================================================== = WARNING:Xst:1293 - FF/Latch <pwon_data_2> has a constant value of 0 in block <TOPDisplay>. This FF/Latch will be trimmed during the optimization process. WARNING:Xst:1896 - Due to other FF/Latch trimming, FF/Latch <pwon_data_3> has a constant value of 0 in block <TOPDisplay>. This FF/Latch will be trimmed during the optimization process. INFO:Xst:2261 - The FF/Latch <pwon_data_1> in Unit <TOPDisplay> is equivalent to the following FF/Latch, which will be removed : <display_enable> ======================================================================== = Ich benötige das pwon_data<2:1> Signal im weiteren Projektverlauf, und jetzt zum Testen einer Initialisierung. Während der Initialisierung ändert sich das Signal halt nicht, brauche es aber trotzdem. Wie kann man ISE sagen, dass es an dieser Stelle nicht optimieren soll ? Danke im Vorraus :) Gruß Charakterlos