Forum Discussion
Altera_Forum
Honored Contributor
10 years agoModelsim error
Hii i am using Modelsim student edition for the simulation of my edge detection code.
I am getting the following error.... ** Error: fixed_pkg Unbounded number passed, was a literal used?** can any one please suggest what is the meaning of this error??? Thanx and regards!!13 Replies
- Altera_Forum
Honored Contributor
Without your testbench - there is not much I can do as it compiles just fine. I assume your error is runtime?
Debugging is really something you should be doing. - Altera_Forum
Honored Contributor
--- Quote Start --- Without your testbench - there is not much I can do as it compiles just fine. I assume your error is runtime? Debugging is really something you should be doing. --- Quote End --- I am trying to debug it from one week.Can you give me outline how to debug a code.And what is this run time error.I am using an small image of size 64 *64.How to deal with run time error. - Altera_Forum
Honored Contributor
Run time error is an error that occurs during runtime - ie. during simulation. I do not get a problem compiling your code, but I cannot run your code as I do not have the testbench you are using to simulate it.