Commit e18cfc17 authored by Dave Newbold's avatar Dave Newbold

Adding channel state machine, updating enable signals

parent fd569f95
......@@ -175,7 +175,7 @@ begin
-- State machine
nzs_en_d <= nzs_en when rising_edge(clk40)
nzs_en_d <= nzs_en when rising_edge(clk40);
enb <= ctrl_en_buf when rising_edge(clk40); -- CDC, synchroniser for ctrl_en_buf
enb_d <= enb when rising_edge(clk40);
......
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