malt-wr
timelogic.h
Go to the documentation of this file.
1 extern int change_into_logic(SIGNALS *sp);
2 extern INPUTS * compute_delays(SIGNALS *sp);
3 
4 extern int compute_holdsetup_time(SIGNALS* sp_good, SIGNALS* sp_bad,
5  HOLDSETUP *holdset, int hold1setup0);
6 
7 
int compute_holdsetup_time(SIGNALS *sp_good, SIGNALS *sp_bad, HOLDSETUP *holdset, int hold1setup0)
Definition: timelogic.c:164
INPUTS * compute_delays(SIGNALS *sp)
Definition: timelogic.c:125
int change_into_logic(SIGNALS *sp)
Definition: timelogic.c:8