Has anybody ever used the testbench and can explain how to use it?
I see that it contains lots of not-synthesizeable code, so which simulation tool do I have to use? Does it work with ModelSim?
Meanwhile I solve the problem myself.
The ModelSim Tutorial shows how to set Breakpoints and step through the code.
Thanks to myself ;-)
I am trying to use the test bench as you have said above. I am using the library called work as it is the name given when you first create a new library. I have placed the source files into this folder and then tried to compile them all. It then produces a lot of errors saying "cannot open include file "timescale.v"" and every other source file apart from can_ibo.
I am new to modelsim so i might be doing something simply wrong. Could you help?
Thanks in advance
I am trying to use the test bench as you have said above. I am using the library called work as it is the name given when you first create a new library. I have placed the source files into this folder and then tried to compile them all. It then produces a lot of errors saying "cannot open include file "timescale.v"" and every other source file apart from can_ibo.
I am new to modelsim so i might be doing something simply wrong. Could you help?
Thanks in advance
you can add +incdir+YOUR_SOURCE_PATH parameter to vlog to solve the problem
I used the Xilinx ISE simulator. I didn't know how to use the `include files correctly, so I copy/pasted the relevant settings from the included files directly into the files that called for that information. After that, the simulation worked fine. The freely distributed Xilinx ISE WebPACK should work in the same way.