3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-06 06:16:04 +00:00
This commit is contained in:
Muthu Annamalai (முத்து அண்ணாமலை) 2025-10-20 13:29:42 +00:00 committed by GitHub
commit 9f08ea13ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 27 additions and 3 deletions

View file

@ -43,6 +43,7 @@
# endif
#endif
#if defined(_MSC_VER)
// At least this is not in MSVC++ 2013.
# define __PRETTY_FUNCTION__ __FUNCTION__
@ -95,6 +96,7 @@ YOSYS_NAMESPACE_BEGIN
struct log_cmd_error_exception { };
extern std::vector<FILE*> log_files;
extern std::vector<std::string> log_line_number;
extern std::vector<std::ostream*> log_streams;
extern std::vector<std::string> log_scratchpads;
extern std::map<std::string, std::set<std::string>> log_hdump;