- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
generic funktion
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-12-2012 06:47 AM
Hi everybody,
i've a question about the generic function in VHDL. Is it possible to use this function in sysgen ? if it's possible how can i do that in sysgen. Is there someone that know how to do that.
Thanks
Olivier
Solved! Go to Solution.
Re: generic funktion
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-12-2012 08:58 AM
b,
"generic" is synthesizable, or part of the languaqge, and yes, we support VHDL....hence we support generic usage.
Principal Engineer
Xilinx San Jose
Re: generic funktion
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-12-2012 11:48 AM
entity counter is
generic ( width : integer := 7 );
port ( clk : in std_logic;
Q_out : in std_logic_vector(width downto 0)
);
end counter;
Is it possible to realize such block in sysgen ?
Re: generic funktion
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-12-2012 01:22 PM
b,
Are you coding in VHDL? If so, yes. If not, then I don't know.
Principal Engineer
Xilinx San Jose
Re: generic funktion
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-12-2012 01:37 PM
Are you looking for the Black Box block in sysgen? Have a look in the reference guide.











