aboutsummaryrefslogtreecommitdiffstats
path: root/simple_gemac/flow_ctrl_rx.v
diff options
context:
space:
mode:
Diffstat (limited to 'simple_gemac/flow_ctrl_rx.v')
-rw-r--r--simple_gemac/flow_ctrl_rx.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/simple_gemac/flow_ctrl_rx.v b/simple_gemac/flow_ctrl_rx.v
index b13334d0e..d09bf377f 100644
--- a/simple_gemac/flow_ctrl_rx.v
+++ b/simple_gemac/flow_ctrl_rx.v
@@ -42,6 +42,7 @@ module flow_ctrl_rx
countdown <= countdown - 1;
// Cross clock domains
+ wire xon_tx, xoff_tx;
oneshot_2clk send_xon (.clk_in(rx_clk), .in(xon), .clk_out(tx_clk), .out(xon_tx));
oneshot_2clk send_xoff (.clk_in(rx_clk), .in(xoff), .clk_out(tx_clk), .out(xoff_tx));