Skip to content
Snippets Groups Projects
Commit c85011f5 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Connected cal_ok and cal_fail.diff

parent a0a9e860
No related branches found
No related tags found
No related merge requests found
...@@ -136,6 +136,8 @@ BEGIN ...@@ -136,6 +136,8 @@ BEGIN
-- NOT local_cal_fail seem to serve as local_init_done -- NOT local_cal_fail seem to serve as local_init_done
ctlr_miso.done <= local_cal_success AND NOT local_cal_fail WHEN rising_edge(i_ctlr_gen_clk); ctlr_miso.done <= local_cal_success AND NOT local_cal_fail WHEN rising_edge(i_ctlr_gen_clk);
ctlr_miso.cal_ok <= local_cal_success;
ctlr_miso.cal_fail <= local_cal_fail;
END GENERATE; END GENERATE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment