Adding new ports to a user peripheral in XPS

Status
Not open for further replies.

spman

Advanced Member level 4
Joined
Aug 15, 2010
Messages
113
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Visit site
Activity points
2,061
Hi,

I follow these steps to add a new peripheral to an XPS project:

-Create or Import Peripheral -> Create templates for a new peripheral -> ...
-adding ports to myperipheral.vhd
-adding ports and logics to user_logic.v
-Rescan User Repositories

But after doing these steps, when I add the peripheral to the project, the new ports are not available in system assembly view. I think XPS doesn't get my modifications. what's wrong in my work?
Thanks in advance
 


if you add ports to your pcore you need to add them also manualy to the data/my_core.mpd file
like :
PORT my_port ="", DIR=I, BUS=my_bus --INPUT
PORT my_port ="", DIR=O, BUS=my_bus --OUPUT
 
Reactions: spman

    spman

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…