URL
https://opencores.org/ocsvn/wdsp/wdsp/trunk
[/] [wdsp/] [trunk/] [rtl/] [vhdl/] [WISHBONE_IIR/] [interface_slave_iir.vhd] - Diff between revs 5 and 11
Show entire file |
Details |
Blame |
View Log
Rev 5 |
Rev 11 |
Line 140... |
Line 140... |
when OTHERS => start<='0';
|
when OTHERS => start<='0';
|
|
|
--DAT_O(M-1 downto 0)<= h0_aux(to_integer(unsigned(ADR_I(7 downto 0))-Reg_coef)/4);
|
--DAT_O(M-1 downto 0)<= h0_aux(to_integer(unsigned(ADR_I(7 downto 0))-Reg_coef)/4);
|
--DAT_O(Data_wordwidth-1 downto M)<=(others => h0_aux(to_integer(unsigned(ADR_I(7 downto 0))-Reg_coef)/4)(M-1) );
|
--DAT_O(Data_wordwidth-1 downto M)<=(others => h0_aux(to_integer(unsigned(ADR_I(7 downto 0))-Reg_coef)/4)(M-1) );
|
|
|
--DAT_O<=ssDAT_O;
|
DAT_O<=ssDAT_O;
|
|
|
DAT_O(M-1 downto 0)<= gains;
|
--DAT_O(M-1 downto 0)<= gains;
|
DAT_O(Data_wordwidth-1 downto M)<=(others => gains(M-1) );
|
--DAT_O(Data_wordwidth-1 downto M)<=(others => gains(M-1) );
|
|
|
|
|
|
|
Clear_Status<='0';
|
Clear_Status<='0';
|
end case;
|
end case;
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.