J
jesse lackey
Guest
My apologies if this is posted twice. The first one doesn't seem to
have made it out.
I'd like to be able to drive the simulator in ISE from a C program. I'm
using Windows. Ideally, it would be a command-line C app I'd make in VC++.
I have no idea if this is possible and looking around xilinx.com and
google searches aren't turning much up.
Large-scale designs must be tested this way; or so I think. Writing the
testbench in VHDL would be a much bigger effort than in C, and I'd like
to have the option anyway of doing it as a full Windows app with a gui
to do a bunch of things. So the C program would set a bunch of inputs,
drive a clock, watch the outputs.
Now I figure as an alternative I could use C to generate a file of test
vectors, and then have a VHDL testbench read this file, run the
simulation, and write an output file. The C code could then check the
output file. I'd rather not have it be this kludgey if possible.
Any advice?
Thanks!
Jesse
have made it out.
I'd like to be able to drive the simulator in ISE from a C program. I'm
using Windows. Ideally, it would be a command-line C app I'd make in VC++.
I have no idea if this is possible and looking around xilinx.com and
google searches aren't turning much up.
Large-scale designs must be tested this way; or so I think. Writing the
testbench in VHDL would be a much bigger effort than in C, and I'd like
to have the option anyway of doing it as a full Windows app with a gui
to do a bunch of things. So the C program would set a bunch of inputs,
drive a clock, watch the outputs.
Now I figure as an alternative I could use C to generate a file of test
vectors, and then have a VHDL testbench read this file, run the
simulation, and write an output file. The C code could then check the
output file. I'd rather not have it be this kludgey if possible.
Any advice?
Thanks!
Jesse