Hi All,
I have a Perl automation flow which uses to generate HDL netlist from
any matlab model (.mdl). The model is created from Matlab using
simulink blocks from Xilinx (the blocks are RS Encoder/Decoder, Adder,
Multiplier, Gates,...). The flow works fine in my Linux machine. It
brings up Matlab GUI, does netlist generator then closes properly
however it crashes a few minutes after bringing up Matlab with the
model in Linux machine where I do ssh -X to login. The same issue
occurs when I run the test from the flow through the farms which
created to targeted to different Linux machines.
In the flow I don't have any DISPLAY setting and I think I don't need
that because the GUI comes up when I run the flow in remote machine.
Because Matlab doesn't record any thing in the log file after crashing
so I have no clue to know what's happening.
I'd like to have your help to resolve the issue.
Thanks a lot
Tony