Commit 56872722 authored by Dave Newbold's avatar Dave Newbold

Adding debug to links

parent 1e917ee7
......@@ -182,7 +182,6 @@ begin
ack_us <= ack and qv_us;
ack_ds <= ack and not qv_us;
link_ok <= ((rdy_us_tx and rdy_us_rx and data_good_us) or not ctrl_en_us) and
((rdy_ds_tx and rdy_ds_rx and data_good_ds) or not ctrl_en_ds);
link_ok <= '0';
end rtl;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment