• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Functional Verification
  3. Multi Language Intergration:integrating system verilog over...

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 65
  • Views 947
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Multi Language Intergration:integrating system verilog over e

Selvavinayak
Selvavinayak over 11 years ago

Hi all,

  i have to integrate sv wrapper over e...

  if we integrate by using tlm_nonblocking_put we are facing below error please any body have an idea to resolve this error... 

 

*** Error: Unsupported template parameter of external interface port
The port 'uvm_test_top.sample_test.env.send_request_p' of interface
'tlm_nonblocking_put of any_sequence_item' has unsupported template parameter
'any_sequence_item'
Struct must contain at least one field which is configured to pass across
multi-language TLM transactions.

 

Thanks,

vinayak

 

  • Cancel
  • hannes
    hannes over 11 years ago

    Hello Vinayak,

    the any_sequence_item type doesn't actually have any physical fields. In ML communication the physical fields are serialized on the boundary into a stream and deserialized on the receiving side. You cannot have a TLM port of type any_sequence_item. Instead you need to make it of a type of the actual sequence item you have, e.g. if you have packet_s like any_sequence_item you should have a TLM port of that type.

    Note that you also need to map this type (using mltypemap for example).

    Regards,
    -hannes 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information