Commit 196c5b23 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

softpll ljd: fix tag index to enable regular ext channel

parent 237a8e15
......@@ -717,7 +717,7 @@ begin -- rtl
if (f_num_ext_ref_channels = 2) then
if(tags_p(f_num_total_channels-2) = '1') then
tags_req(f_num_total_channels-2) <= regs_in.eccr_ext_en_o;
elsif(tags_grant(f_num_total_channels-1) = '1') then
elsif(tags_grant(f_num_total_channels-2) = '1') then
tags_req(f_num_total_channels-2) <= '0';
end if;
if(tags_p(f_num_total_channels-1) = '1') then
......
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