vinodkumar
Joined: 05 Oct 2006 Posts: 231 Helped: 10
|
24 Jul 2008 6:56 readmemh-reg |
|
|
|
hi,
iam trying to use $readmemh in verilog,but iam getting following errored output:
# Failed to open readmem file "data.txt" in read mode.
# No such file or directory. (errno = ENOENT) : C:/Documents and Settings/Vinod.SYSTEM4/Desktop/verification/readmemh.v(5)
# Time: 0 ns Iteration: 0 Instance: /readmemh_demo
# the contnets of memory after read
# 0 : x
# 1 : x
# 2 : x
# 3 : x
# 4 : x
# 5 : x
actually i initialized data.txt and save din the same directory.
how to correct this error.
regards,
vinod
|
|