E
ecnedad
Guest
*Error* START PROCESS: Process Table exhausted
I'd encountered this error when I run this piece of code:
myTable = makeTable("myTable" "1")
procedure( ipcTest()
let( (cmd item)
for( item 1 65
sprintf( cmd "cd /home/sw/projects/test%d/netlist; ./
runSpectre" item)
myTable[item] = ipcBeginProcess(cmd)
ipcWaitProcess(myTable[item])
item = item + 1
);for
);let
);procedure
Test()
runSpectre is a batch file that will run the netlist for simulation.
Hope anyone could help me...
Thank you in advance...
God bless! (^_^)
I'd encountered this error when I run this piece of code:
myTable = makeTable("myTable" "1")
procedure( ipcTest()
let( (cmd item)
for( item 1 65
sprintf( cmd "cd /home/sw/projects/test%d/netlist; ./
runSpectre" item)
myTable[item] = ipcBeginProcess(cmd)
ipcWaitProcess(myTable[item])
item = item + 1
);for
);let
);procedure
Test()
runSpectre is a batch file that will run the netlist for simulation.
Hope anyone could help me...
Thank you in advance...
God bless! (^_^)