Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top