• 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. queues with packed structure: IUS6.1 support

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 64
  • Views 12874
  • 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

queues with packed structure: IUS6.1 support

archive
archive over 17 years ago

I got the following error using IUS 6.1 with a queue of packed structures:

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
typedef struct packed {cmd_t cmd; addr_t addr; logic [px_num-1:0][px_width-1:0] data; logic [px_num-1:0][px_width-1:0] mask;} cmp_data_t;
 
cmp_data_t  q_cmp_data [$:5];
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////



Compiling SWF BFM component...
file: /IPREUSE/DATABASE/INTERNAL/DIG/INPROGRESS/gborgo/simd_A0_a/config/../generic/verif/sim0/tbench/swf_bfm.v
cmp_data_t  q_cmp_data [$:5];
                        |
ncvlog: *E,QAAIMP (/IPREUSE/DATABASE/INTERNAL/DIG/INPROGRESS/gborgo/simd_A0_a/config/../generic/verif/sim0/tbench/swf_bfm.v,58|24): Using queues with packed structure is not implemented yet [SystemVerilog].
        module simd.swf_bfm:v
                errors: 1, warnings: 0
..done



When will the queue with packed structures be supported ?
Is there any work-around to implement the queue ?


Thanks
BR

Giampiero






Originally posted in cdnusers.org by borgonov69
  • Cancel
  • archive
    archive over 17 years ago

    splitted in multiple queues (work-around) ...

    logic [px_num-1:0][px_width-1:0] q_data[$:5];
    logic [px_num-1:0][px_width-1:0] q_mask[$:5];
    addr_t q_addr[$:5];
    cmd_t q_cmd[$:5];

    BR
    Giampiero


    Originally posted in cdnusers.org by borgonov69
    • 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