Skip to content
Snippets Groups Projects
Commit f1fd048b authored by Pepping's avatar Pepping
Browse files

Added cal_fail and cal_ok to register

parent f37cb264
No related branches found
No related tags found
No related merge requests found
...@@ -469,7 +469,7 @@ BEGIN ...@@ -469,7 +469,7 @@ BEGIN
); );
ctlr_rst_out <= ctlr_rst_out_i; ctlr_rst_out <= ctlr_rst_out_i;
mm_reg_io_ddr <= RESIZE_UVEC(ctlr_rst_out_i & ctlr_tech_mosi.flush & ctlr_tech_miso.waitrequest_n & ctlr_tech_miso.done, 32); mm_reg_io_ddr <= RESIZE_UVEC(ctlr_tech_miso.cal_ok & ctlr_tech_miso.cal_fail & ctlr_rst_out_i & ctlr_tech_mosi.flush & ctlr_tech_miso.waitrequest_n & ctlr_tech_miso.done, 32);
u_reg_map : ENTITY common_lib. common_reg_r_w_dc u_reg_map : ENTITY common_lib. common_reg_r_w_dc
GENERIC MAP ( GENERIC MAP (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment