Jump to content

Glue Logics in IPXACT


Bhargav

Recommended Posts

Hi,

I have a question in how glue logics between two or more ports get represented in IPXACT. Lets say there is an ADHOC Connection between, PORT A of instance A and PORT B of instance B, in such a way that, PORTB is connected as 32'habcd ^ PORTA

Like,

Instance A: output port A

Instance B: input port B

Now, on Top file, In SV , I have following glue logic.

module Top

 module A instance A(

.A(A)

)

module B instance B(

.B(32'habcd ^ A) //32'habcd XOR with A

)

 endmodule

Now, in adHoc connection,we genrally, represent two connections with just internalportreferences. How does such glue logics get represented?

 

Thanks in advance.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...