Forum Discussion
3 Replies
- JClar
New Contributor
Anand,
Thank-you for your answer. It is helpful to describe the basic tools to create a project but that was not the question I asked.
Let me try again.
I need to create a custom IP that will give me a CS_n signal, Rd, Wr, and data bus signals using platform designer custom IP tool. I assume using a conduit interface.
Is there a document that describes the signals & interface tab? It states <add signal> and an asterisk. (*).
I assume the names are writeline, readline, etc. Where is a description of these signals and how do I select the correct name?
Jack
- AnandRaj_S_Intel
Regular Contributor
Hi,
You can refer the attachment for example. Also from below link you can find the memory map template.
Custom component creation.
https://www.youtube.com/watch?v=v6rhbVABlo8
Regards
Anand
- sstrell
Super Contributor
It sounds like you're trying to access an external tristate bus. You can use the generic tri-state controller and Avalon to tri-state bridge components to access it. The Nios would be the master, not the slave. You don't need a custom component to do this.