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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…