Stefan Schuermans commited on 2012-03-07 21:15:19 Showing 1 changed files, with 1 additions and 1 deletions.
@@ -40,7 +40,7 @@ BEGIN
IF rst = '1' THEN
pin_o_txd <= X"0";
pin_o_tx_en <= '0';
- ELSIF rising_edge(pin_i_tx_clk) THEN
+ ELSIF falling_edge(pin_i_tx_clk) THEN
CASE r_out_state IS
WHEN out_idle =>