mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Added logfile hash to statistics footer
This commit is contained in:
parent
bd74ed7da4
commit
75ffd1643c
5 changed files with 80 additions and 46 deletions
|
@ -43,6 +43,7 @@
|
|||
#include <string>
|
||||
#include <algorithm>
|
||||
#include <initializer_list>
|
||||
#include <stdarg.h>
|
||||
|
||||
#define PRIVATE_NAMESPACE_BEGIN namespace {
|
||||
#define PRIVATE_NAMESPACE_END }
|
||||
|
@ -68,6 +69,7 @@ namespace RTLIL {
|
|||
}
|
||||
|
||||
std::string stringf(const char *fmt, ...);
|
||||
std::string vstringf(const char *fmt, va_list ap);
|
||||
template<typename T> int SIZE(const T &obj) { return obj.size(); }
|
||||
int SIZE(RTLIL::Wire *wire);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue