8 lines
130 B
C
8 lines
130 B
C
|
#ifndef SHOWSETUP_H
|
||
|
#define SHOWSETUP_H
|
||
|
|
||
|
void ShowSetup(const t_vpr_setup& vpr_setup);
|
||
|
void printClusteredNetlistStats();
|
||
|
|
||
|
#endif
|