Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16596 Discussions

Example of a simple Custom IP interface using platform designer similar to interface to user logic component.

JClar
Beginner
1,322 Views

I wish to create an interface between NIOS as an (avalon register slave) and an external chip that requires a chipselect_n, read_n line, write_n line, 8 data bits.

 

Many years ago we used SOPC custom component called interface to user logic. It worked well and was easy to use.

Is there anything like that currently supported in Intel platform designer?

Most examples are too complex for what we need.

 

3 Replies
AnandRaj_S_Intel
Employee
435 Views
0 Kudos
JClar
Beginner
436 Views

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

 

sstrell
Honored Contributor III
436 Views

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.

0 Kudos
Reply