Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHello !
Sorry to unburry this thread, but it needs a little clarification and/or update. 2 methods were given to integrate the isp1362 component from the demonstration project called "DE2_HOST_MOUSE(...)" (v7.1) in your SOPC builder (v>10). The first is to put the ISP1362 directory in your project directory so that SOPC builder loads it and upgrade it by itself. In my Quartus v11 this leads to really unclear errors. So a kind member gave us the method to upgrade it by ourselves. This is very nice but also very disturbing because a little bit more details would be enough to get beyond this ! Here --- Quote Start --- "Switch to the Signals tab, and for OTG_ADDR, click the Interface entry and select "New Conduit". This should create a new conduit called "conduit_end". Use this as the interface for all of the OTG_ signals. Change the Signal Type for all of the OTG_ signals to "export"." --- Quote End --- OK that was easy : (cf : well.. first post can't post image...) --- Quote Start --- Create new interrupt sender interfaces for irq_n and irq_n_avalon_slave_1. set them both to signal type irq_n. --- Quote End --- ?? Where is irq_n ? --- Quote Start --- On the Interfaces tab, set the interface address source (?) under interrupt_sender to be avalon_slave_0. Use avalon_slave_1 for interrupt_sender_1. --- Quote End --- Mmmh... nope can't see either --- Quote Start --- Set the slave addressing (under deprecated for avalon_slave_0 and 1) to NATIVE. Set the timing to use ns, and the setup, r/w wait, and hold delays to be 100ns each. --- Quote End --- Ah ! This one's easy ! I'm pretty sure it isn't that hard even more if you have read a tuto on how to build a SOPC component but a lot of people would be glad to have a little help on this ;-) !