Altera_Forum
Honored Contributor
15 years agoOdd TSE include error
This is basically a repost but I realized it was better suited for this forum, I apologize for that.
I am including all the TSE Megacore function libraries in my code. When I go to include the header files I am able to add # include "altera_avalon_tse.h"# include "altera_avalon_tse_system_info.h" # include "triple_speed_ethernet_regs.h"# include "triple_speed_ethernet.h"# include "altera_avalon_tse.h"# include "altera_avalon_tse_system_info.h" all successfully, but when I try to add # include "ins_tse_mac.h"# include "triple_speed_ethernet_iniche.h" or # include "iniche/ins_tse_mac.h"# include "iniche/triple_speed_ethernet_iniche.h" it errors and states that there is no such file or directory. I'm not sure how it's finding the other files but not these two. When I navigate down to the folder they should be in I see them there. Any ideas?