The Designer's Guide Community Forum
https://designers-guide.org/forum/YaBB.pl
Modeling >> Behavioral Models >> real number model with Systemverilog
https://designers-guide.org/forum/YaBB.pl?num=1343277386

Message started by rampat on Jul 25th, 2012, 9:36pm

Title: real number model with Systemverilog
Post by rampat on Jul 25th, 2012, 9:36pm

Hi

I am trying to model bias current port using real number model as below

output real ibias[8:0];
In my testbench where I am instantiating this module I have defined
real ibias[8:0] , but the issue is ncverilog is showing error when I pass this variable  as
.ibias(ibias[8:0])

error message : Part-select ot indexed part-select cannot be applied to memory [4.2.2(IEEE)].

Does this mean that i can not pass variable bus as port ?


Thanks


The Designer's Guide Community Forum » Powered by YaBB 2.2.2!
YaBB © 2000-2008. All Rights Reserved.