Architecture >> IirSimple::rtl
|
comb | ( din , filtOut , r ) |
seq | ( clk ) |
|
r | RegType := REG_INIT_C |
rin | RegType |
dinInt | sfixed ( din ) |
doutInt | sfixed ( dout ) |
filtOut | sfixed ( dout ' high downto dout ' low- IIR_SHIFT_G ) |
filtDly | sfixed ( dout ' high downto dout ' low- IIR_SHIFT_G ) |
userDelayIn | slv ( userIn ' length downto 0 ) |
userDelayOut | slv ( userIn ' length downto 0 ) |
shiftInA | sfixed ( din ' high- IIR_SHIFT_G downto din ' low- IIR_SHIFT_G ) |
shiftInB | sfixed ( filtOut ' high- IIR_SHIFT_G downto filtOut ' low- IIR_SHIFT_G ) |
The documentation for this design unit was generated from the following file: