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.

Regarding VCD to VEC file generation in finesim using fscript

Status
Not open for further replies.

priya17

Newbie level 5
Joined
Apr 4, 2013
Messages
8
Helped
0
Reputation
0
Reaction score
1
Trophy points
1,281
Activity points
1,333
Hello Friends,

I am trying to convert vcd file to .vec file using finesim fscript utilities, facing problem,

My script is below (for simple ram):
Code:
load vcd simpleram.vcd
fset start 0
fset end 100n
fset step 1n
open simpleram.vec
vinit
vsignal DIN in bin
vsignal DO out bin
vsignal A in bin
vsignal CE in bin
vsignal WRITE in bin
vrun
close

After running this script getting following error:
ERROR! unable to find signal 'DIN'
ERROR! unable to find signal 'DO'
ERROR! unable to find signal 'A'
ERROR! unable to find signal 'CE'
ERROR! unable to find signal 'WRITE'
ERROR! vector signal list is empty

(This signals are present in .vcd files)

Please help me regarding this.

Thanks In advance

Priya
 
Last edited by a moderator:
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top