Altera_Forum
Honored Contributor
18 years agoCompatibility
Before I upgraded to 7.2, I used 5.1. I really like the interface for FIR megacore function. However, now that I upgraded to 7.2, all the interface is changed to AST interface.
How do i connect it the same way I have before? In 5.1, I have these connections: 1. clk 2. rst 3. data_in 4. fir_result 5. done 6. rdy_to_ld In 7.2, I have these connections: 1. clk 2. reset_n 3. ast_sink_data 4. ast_sink_valid 5. ast_source_ready 6. ast_sink_error 7. ast_source_data 8. ast_sink_ready 9. ast_source_valid 10. ast_source_error how do I make these new connections from 7.2? if not, can I use Quartus 7.2 with IP Megacore Library 5.1 to bypass all these AST interface? THANKS!!!!