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:
parent
07326943e7
commit
9948ff2d8a
4 changed files with 31 additions and 26 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue