mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-23 20:58:55 +00:00
Added ModIndex helper class, some changes to RTLIL::Monitor
This commit is contained in:
parent
97a17d39e2
commit
d13eb7e099
9 changed files with 170 additions and 30 deletions
|
@ -57,11 +57,6 @@ void log_pop();
|
|||
void log_reset_stack();
|
||||
void log_flush();
|
||||
|
||||
namespace RTLIL {
|
||||
struct SigSpec;
|
||||
struct Cell;
|
||||
}
|
||||
|
||||
const char *log_signal(const RTLIL::SigSpec &sig, bool autoint = true);
|
||||
const char *log_id(std::string id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue