HSPICE simulation for digital ckt

Status
Not open for further replies.

tanmayshah

Newbie level 5
Joined
May 15, 2009
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,353
dat+hspice

Hi, I am using .dat file to generate the input waveforms. the .dat file is included using following syntax in HSPICE simulation file.

.VEC 'input_vec.dat'

In this .dat file I want to use more than 4-bit data as input and for that I declared its radix as 5.

radix 5
vname in1<[4:0]>
io i

But when I simulate it says HSPICE do not support radix of more than 4. So is there any solution to this except for diving my data into the chunk of 4-bits, it will be terrible if I have input of 32-bits or wider.

Thanks.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…