mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-21 21:33:40 +00:00
make lexer/parser aware of wand/wor net types
This commit is contained in:
parent
ca46947354
commit
9df04d7e75
3 changed files with 10 additions and 2 deletions
|
@ -173,7 +173,7 @@ namespace AST
|
|||
// node content - most of it is unused in most node types
|
||||
std::string str;
|
||||
std::vector<RTLIL::State> bits;
|
||||
bool is_input, is_output, is_reg, is_logic, is_signed, is_string, range_valid, range_swapped, was_checked;
|
||||
bool is_input, is_output, is_reg, is_logic, is_signed, is_string, is_wand, is_wor, range_valid, range_swapped, was_checked;
|
||||
int port_id, range_left, range_right;
|
||||
uint32_t integer;
|
||||
double realvalue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue