mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-06 06:16:04 +00:00
Merge 6da26921d8 into 1598771a37
This commit is contained in:
commit
9f08ea13ef
3 changed files with 27 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue