- Joined
- Sep 10, 2013
- Messages
- 7,944
- Helped
- 1,823
- Reputation
- 3,656
- Reaction score
- 1,808
- Trophy points
- 1,393
- Location
- USA
- Activity points
- 60,209
Folks,
I'm running into a strange problem with using Vivado's xsim simulator. I'm trying to run a batch command file to compile the files with xvhdl without a project or the gui running. Well I've run into a problem with the batch file aborting after the very first xvhdl command is run. The VHDL file gets compiled and put into the work library, but immediately afterwards the next line in the batch file isn't even executed. I checked by adding a REM statement (rem got here).
So I've either got some strange issue with my system or there is something about the return value of xvhdl that is aborting the batch file, when the command completes.
Anyone have any ideas that I can try to get around this behavior. If not I guess I'll have to produce a Vivado simulation project file and/or use a tcl script to call the xvhdl commands.
Currently I'm using Vivado 2012.4 along with ISE Design Suite 14.7 on a new Win7 laptop.
I sure do miss my Modelsim license. :'(
Thanks
P.S. I've added a very simple testcase: View attachment testcase.zip
I'm running into a strange problem with using Vivado's xsim simulator. I'm trying to run a batch command file to compile the files with xvhdl without a project or the gui running. Well I've run into a problem with the batch file aborting after the very first xvhdl command is run. The VHDL file gets compiled and put into the work library, but immediately afterwards the next line in the batch file isn't even executed. I checked by adding a REM statement (rem got here).
So I've either got some strange issue with my system or there is something about the return value of xvhdl that is aborting the batch file, when the command completes.
Anyone have any ideas that I can try to get around this behavior. If not I guess I'll have to produce a Vivado simulation project file and/or use a tcl script to call the xvhdl commands.
Currently I'm using Vivado 2012.4 along with ISE Design Suite 14.7 on a new Win7 laptop.
I sure do miss my Modelsim license. :'(
Thanks
P.S. I've added a very simple testcase: View attachment testcase.zip
Last edited: