|
malt-wr
|

Go to the source code of this file.
Functions | |
| int | change_into_logic (SIGNALS *sp) |
| static int | same_inputs (INPUTS *ip, SIGNALS *sp, int clk_cycle) |
| static void | add_input_val (INPUTS *ip, SIGNALS *sp, int clk_cycle) |
| static void | add_delay (INPUTS *ip, int clk_cycle, TIME delta) |
| INPUTS * | compute_delays (SIGNALS *sp) |
| int | compute_holdsetup_time (SIGNALS *sp_good, SIGNALS *sp_bad, HOLDSETUP *holdset, int hold1setup0) |
Definition at line 106 of file timelogic.c.
Definition at line 96 of file timelogic.c.
| int change_into_logic | ( | SIGNALS * | sp | ) |
Definition at line 8 of file timelogic.c.
Definition at line 125 of file timelogic.c.
| int compute_holdsetup_time | ( | SIGNALS * | sp_good, |
| SIGNALS * | sp_bad, | ||
| HOLDSETUP * | holdset, | ||
| int | hold1setup0 | ||
| ) |
Definition at line 164 of file timelogic.c.
Definition at line 83 of file timelogic.c.