mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-18 05:05:45 +00:00
Merge branch 'YosysHQ:main' into main
This commit is contained in:
commit
613dfcc6b4
7 changed files with 81 additions and 36 deletions
|
|
@ -201,6 +201,7 @@ struct LogExpectedItem
|
|||
};
|
||||
|
||||
extern dict<std::string, LogExpectedItem> log_expect_log, log_expect_warning, log_expect_error;
|
||||
extern dict<std::string, LogExpectedItem> log_expect_prefix_log, log_expect_prefix_warning, log_expect_prefix_error;
|
||||
void log_check_expected();
|
||||
|
||||
const char *log_signal(const RTLIL::SigSpec &sig, bool autoint = true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue