#include "espresso.h"
Go to the source code of this file.
Macros | |
| #define | POW2(x) |
Functions | |
| void | phase_assignment (pPLA PLA, int opo_strategy) |
| void | repeated_phase_assignment (pPLA PLA) |
| pcube | find_phase (pPLA PLA, int first_output, pcube phase1) |
| pcover | opo (pcube phase, pcover T, pcover D, pcover R, int first_output) |
| pset_family | opo_recur (pcover T, pcover D, pcube select, int offset, int first, int last) |
| pset_family | opo_leaf (pcover T, pset select, int out1, int out2) |
| void | output_phase_setup (INOUT pPLA PLA, int first_output) |
| pPLA | set_phase (INOUT pPLA PLA) |
| void | opoall (pPLA PLA, int first_output, int last_output, int opo_strategy) |
Definition at line 129 of file opo.c.

Definition at line 173 of file opo.c.

| pset_family opo_leaf | ( | pcover | T, |
| pset | select, | ||
| int | out1, | ||
| int | out2 ) |
Definition at line 278 of file opo.c.

| pset_family opo_recur | ( | pcover | T, |
| pcover | D, | ||
| pcube | select, | ||
| int | offset, | ||
| int | first, | ||
| int | last ) |
Definition at line 240 of file opo.c.

| void opoall | ( | pPLA | PLA, |
| int | first_output, | ||
| int | last_output, | ||
| int | opo_strategy ) |
Definition at line 541 of file opo.c.

Definition at line 417 of file opo.c.

| void phase_assignment | ( | pPLA | PLA, |
| int | opo_strategy ) |
Definition at line 67 of file opo.c.

| void repeated_phase_assignment | ( | pPLA | PLA | ) |
Definition at line 99 of file opo.c.

Definition at line 507 of file opo.c.
