OpenFPGA/vpr/src/base/ShowSetup.h

8 lines
130 B
C
Raw Normal View History

#ifndef SHOWSETUP_H
#define SHOWSETUP_H
void ShowSetup(const t_vpr_setup& vpr_setup);
void printClusteredNetlistStats();
#endif