Hi all!
I'm doing a computer vision project on a xilinx fpga. For testing I have created a testbench; which read an image from file, processes it and then dump the result to a new file. And it works perfectly. (I’m using ISE (the FPGAs I have is not supported in vivado))
At the moment I’m using a .tcl script to run the testbench, with the "source test.tcl" command in ISIM. But it is getting a bit tedious having to open the ISIM gui every time I run the simulation when I’m only using the ISIM command line.
So I would be really nice if it was possible to run the simulation without the gui but instead with a scripting interface (e.g. a bat file or similar).
I have look through the "ISIM User Guide"" and "ISE Simulator (ISIM) in-depth tutorial" and google searches but without any luck. except this one:
http://www.xilinx.com/support/documentation/sw_manuals/xilinx11/ism_c_modes_operation_overview.htmBut unfortunately i can’t get it to work:
- I tried the fuse command in cmd but just get this messege "'fuse' is not recognized as an internal or external command,operable program or batch file."
- I also tried to use the .exe generated by ISIM when the gui is used (projectname_isim_beh.exe). but just gives me the "projectname_isim_beh.exe has stopped working" window, where Windows tried to find a solution but with no result.
I guess I'm doing something wrong or skipping a step. So if you know of any more detailed documentation or a step-by-step guide i would really appreciate it.
Best regards