Gast
#387890
Hallo, kann mir bitte jemand sagen was an diesem VHDL-Code-Snippet falsch sein kann: SYNC_ON_RX_DATA: process (DATA_RX, SLR_BIT_CNT_sig) begin if falling_edge (DATA_RX) and SLR_ENABLE_sig = '0' then SLR_ENABLE_sig <= '1'; elsif SLR_BIT_CNT_sig = 9 then SLR_ENABLE_sig <= '0'; end if; end process; Ich bekomme immer folgende Fehlermeldung: Signal SLR_ENABLE_sig cannot be synthesized, bad synchronous description. Sebastian. PS: Wie kann ich den Code hier VHDL bunt darstellen???
