3
0
Fork 0
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:
Akash Levy 2025-08-08 10:37:08 -07:00 committed by GitHub
commit 613dfcc6b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 81 additions and 36 deletions

View file

@ -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);