FracDelayPort - Name port for Farrow filter's fractional delay input signal

Settings

'string'

The default string is filter_fd.

For example, if you specify the string FractionalDelay for filter entity Hd, the generated entity declaration might look as follows:

ENTITY Hd IS
   PORT( clk               :  IN  std_logic;
         clk_enable        :  IN  std_logic;
         reset             :  IN  std_logic;
         filter__in        :  IN  std_logic_vector (15 DOWNTO 0); 
         FractionalDelay   :  IN  std_logic_vector (5 DOWNTO 0);
         filter_out        :  OUT std_logic_vector (15 DOWNTO 0); 
         );
END Hd;

If you specify a string that is a VHDL reserved word, a reserved word postfix string is appended to form a valid VHDL identifier. For example, if you specify the reserved word signal, the resulting name string would be signal_rsvd. See ReservedWordPostfix for more information.

See Also

TestBenchFracDelayStimulus, Generating Code for Single-Rate Farrow Filters

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS