in reply to Running aldec simulation command using per system() function !!!

If you let Perl, it will tell you about the error it encounters:

my $cmd = "acdb merge -o merge.acdb -path -f ./@acdb_file_list -verbos +e"; system ($cmd) == 0 or die "Couldn't launch [$cmd]: $! / $?";
  • Comment on Re: Running aldec simulation command using per system() function !!!
  • Download Code