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
......@@ -135,7 +135,9 @@ BEGIN
-- local_init_done = ctlr_init_done originally and mapped to ctlr_miso.done for the DDR3 IP. For the DDR4 IP the local_cal_success and
-- 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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment