3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 06:03:23 +00:00

Added yosys_banner(), Updated Copyright range

This commit is contained in:
Clifford Wolf 2015-02-01 00:39:59 +01:00
parent 07326943e7
commit 9948ff2d8a
4 changed files with 31 additions and 26 deletions

View file

@ -199,6 +199,7 @@ void memhasher_do();
extern bool memhasher_active;
inline void memhasher() { if (memhasher_active) memhasher_do(); }
void yosys_banner();
std::string stringf(const char *fmt, ...) YS_ATTRIBUTE(format(printf, 1, 2));
std::string vstringf(const char *fmt, va_list ap);
int readsome(std::istream &f, char *s, int n);