|
abc-master
|
#include "espresso.h"Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | map_dcset (pPLA PLA) |
| void | map_output_symbolic (pPLA PLA) |
| void | find_inputs (pcover A, pPLA PLA, symbolic_list_t *list, int base, int value, pcover *newF, pcover *newD) |
| void | map_symbolic (pPLA PLA) |
| pcover | map_symbolic_cover (pcover T, symbolic_list_t *list, int base) |
| void | form_bitvector (pset p, int base, int value, symbolic_list_t *list) |
| void | symbolic_hack_labels (pPLA PLA, symbolic_t *list, pset compress, int new_size, int old_size, int size_added) |
| static pcover | fsm_simplify (pcover F) |
| void | disassemble_fsm (pPLA PLA, int verbose_mode) |
| void disassemble_fsm | ( | pPLA | PLA, |
| int | verbose_mode | ||
| ) |
Definition at line 482 of file hack.c.
| void find_inputs | ( | pcover | A, |
| pPLA | PLA, | ||
| symbolic_list_t * | list, | ||
| int | base, | ||
| int | value, | ||
| pcover * | newF, | ||
| pcover * | newD | ||
| ) |
Definition at line 193 of file hack.c.
| void form_bitvector | ( | pset | p, |
| int | base, | ||
| int | value, | ||
| symbolic_list_t * | list | ||
| ) |
Definition at line 383 of file hack.c.
Definition at line 469 of file hack.c.
| ABC_NAMESPACE_IMPL_START void map_dcset | ( | pPLA | PLA | ) |
Definition at line 15 of file hack.c.
| void map_output_symbolic | ( | pPLA | PLA | ) |
Definition at line 89 of file hack.c.
| void map_symbolic | ( | pPLA | PLA | ) |
Definition at line 288 of file hack.c.
| pcover map_symbolic_cover | ( | pcover | T, |
| symbolic_list_t * | list, | ||
| int | base | ||
| ) |
Definition at line 370 of file hack.c.
| void symbolic_hack_labels | ( | pPLA | PLA, |
| symbolic_t * | list, | ||
| pset | compress, | ||
| int | new_size, | ||
| int | old_size, | ||
| int | size_added | ||
| ) |
Definition at line 410 of file hack.c.