mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-20 04:43:40 +00:00
log_dump() to support State enum
This commit is contained in:
parent
6028f5df1a
commit
62c66406ad
3 changed files with 6 additions and 0 deletions
|
@ -210,6 +210,7 @@ namespace RTLIL {
|
|||
struct Module;
|
||||
struct Design;
|
||||
struct Monitor;
|
||||
enum State : unsigned char;
|
||||
}
|
||||
|
||||
namespace AST {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue