Where do I find information on library functions?
I am unsure of the structure and availibility of librarys, megafunctions, megaCore IP's and other words often found on my searches. The way I think it may work is that megafunctions are bits of example code from altera, that are not well documented and minimalisticly labeled. I see Librarys are the same as librarys in C. I need to find the documentation of these librarys, eg, how do I find out the std_logic_vector can understand +1 if I add the line "use IEEE.std_logic_arith.all;". And the issue at the moment, i need to do some funky maths including cosine's, as well as squared's and divisions. is there somewhere i can search "cos" and get given a list of related operators / functions and examples and the librarys they are in?
Please help me find library documentation so I know what functionality is available for my code.
Thanks
I am unsure of the structure and availibility of librarys, megafunctions, megaCore IP's and other words often found on my searches. The way I think it may work is that megafunctions are bits of example code from altera, that are not well documented and minimalisticly labeled. I see Librarys are the same as librarys in C. I need to find the documentation of these librarys, eg, how do I find out the std_logic_vector can understand +1 if I add the line "use IEEE.std_logic_arith.all;". And the issue at the moment, i need to do some funky maths including cosine's, as well as squared's and divisions. is there somewhere i can search "cos" and get given a list of related operators / functions and examples and the librarys they are in?
Please help me find library documentation so I know what functionality is available for my code.
Thanks