The following three programs are necessary for running emulator: pm2 ---> compiler for pm2 program format: pm2 [-CRCW][-CREW][-ERCW][-EREW] <filename>.pm2 <objectname>.pel the default is CREW pa ---> compiler for pel program format: pa <objectname>.pel <executionfile> pram ---> emulator for PRAM model format: pram [-t] -r 8 <executionfile> Example: conx [emulator] pm2 -CRCW max2.pm2 max2.pel conx [emulator] pa max2.pel max2 conx [emulator] pram -t -r 8 max2 1 2 3 4 5 6 7 8 CLOCK: 572 8 conx [emulator] For more details, please check pm2 user manual and pram emulator user manual.