output ports of type real are variables, not wires.
This commit is contained in:
parent
838349590e
commit
c690558cd6
2
parse.y
2
parse.y
|
|
@ -4623,6 +4623,8 @@ port_declaration
|
|||
// here.
|
||||
} else if (dynamic_cast<atom2_type_t*> ($4)) {
|
||||
use_type = NetNet::IMPLICIT_REG;
|
||||
} else if (dynamic_cast<real_type_t*> ($4)) {
|
||||
use_type = NetNet::IMPLICIT_REG;
|
||||
} else if (dynamic_cast<struct_type_t*> ($4)) {
|
||||
use_type = NetNet::IMPLICIT_REG;
|
||||
} else if (dynamic_cast<enum_type_t*> ($4)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue