• 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. Mixed-Signal Design
  3. VAA: Vector and Array are not supported simultaneously

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 65
  • Views 6372
  • 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

VAA: Vector and Array are not supported simultaneously

bhuvi289
bhuvi289 over 2 years ago

I am trying to do a mixed signal siumulation of my design in virtuoso using the AMS simulator. I have a system verilog model with the following code,

//systemVerilog HDL for "bhu_MSD", "sil_gpo" "systemVerilog"

module sil_gpo #(
parameter N = 32'd1
) (
input logic clk,
input logic rst_n,
output logic [31:0] gpio_o [N]
);


Though I am able to compile such a definition in ncsim, I am not able to do the same in my virtuoso system verilog compiler. When I try to comiple I get the following error message,

SystemVerilog *E, VAA: Vector and Array are not supported simultaneously.
Error occurred for netname 'gpio_o' at line number 43.

Is there anything that I could do to make this compilable. If not I would have to change several instances and several lines of code in my orginal digital design.

  • Cancel
  • Nader Fathy
    Nader Fathy over 2 years ago

    I have the same issue, I'd appreciate it if anyone contributed to any solutions.

    • 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