************************************************************************* ISCAS'85 Circuit Trace Yirng-An Chen School of Computer Science Carnegie Mellon University yachen@cs.cmu.edu Created: 1996 Last Modified: 8/98 ************************************************************************* Description ----------- This directory contains the ISCAS'85 circuit benchmark translated into the "trace" format to be used by the bdd-trace driver. The variable ordering used, except for the C6288 series, is generated by the order_dfs() algorithm in SIS (from Berkeley). The C6288 series is derived from the C6288 multiplier circuit with different number of input bits. The variable ordering for the c6288 series is a[n-1] < a[n-2] < ... < a[0] < b[n-1] < b[n-2] < ... < b[0] where a = Sum 2^i * a[i] 0<=i