(*--------------------------------------------------------- File name: cycles.pm Author: AG Date: 5/26/05 Problem: This program attempts to define a set cycleset for the duration of different operations on a CNX machine. This would be useful when trying to calculate the performance of our programs without having the actual machine. *) (*--------------------------------------------------------- CycleSet ----------------------------------------------------------*) CONST CycleMult= 40; CycleAssign= 1; CycleAdd= 1; CycleMove= 1; CycleReduce= 5;