Commit ebeda8c8 authored by Denia Bouhired-Ferrag's avatar Denia Bouhired-Ferrag

Modified conv_regs entity and component declaration according to new…

Modified conv_regs entity and component declaration according to new conv_regs.vhd from previous commit
parent a8c0d688
......@@ -1346,7 +1346,7 @@ end generate gen_latest_timestamp_unused_chans;
reg_tbmr_chan_i => buf_dat_out( 5 downto 0),
reg_tbmr_wrtag_i => buf_dat_out( 6),
reg_tb_rd_req_p_o => buf_rd_req_p,
--reg_tb_rd_req_p_o => buf_rd_req_p,
reg_tbcyr_i => buf_dat_out(34 downto 7),
reg_tbtlr_i => buf_dat_out(66 downto 35),
reg_tbthr_i => buf_dat_out(74 downto 67),
......@@ -1389,12 +1389,12 @@ end generate gen_latest_timestamp_unused_chans;
reg_lsr_frontinvfs_i => line_inv_fs_i,
reg_lsr_rearfs_i => line_rear_fs,
reg_mswr_switches_i => sw_other_i, --****
--reg_mswr_switches_i => sw_other_i, --****
reg_oswr_switches_i => sw_other_i,
reg_ds18b20u_id_lsb_i => id (31 downto 0),
reg_ds18b20u_id_msb_i => id (63 downto 32),
reg_ds18b20u_temp_i => temper
reg_uidlr_i => id (31 downto 0),
reg_uidhr_i => id (63 downto 32),
reg_tempr_i => temper
);
--============================================================================
......
This diff is collapsed.
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