#ifndef _TECH_H
#define _TECH_H
int ActelLibPresent(void);
void ActelLib(void);
void VerilogTop(char *name, int fnum, char *filename);
#endif /* _TECH_H */