3
0
Fork 0
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:
Eddie Hung 2019-10-02 17:49:07 -07:00
parent 6028f5df1a
commit 62c66406ad
3 changed files with 6 additions and 0 deletions

View file

@ -210,6 +210,7 @@ namespace RTLIL {
struct Module;
struct Design;
struct Monitor;
enum State : unsigned char;
}
namespace AST {