From c690558cd60a70c0d0d6896f876460a25ec18c21 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Tue, 29 Dec 2020 22:22:20 -0800 Subject: [PATCH] output ports of type real are variables, not wires. --- parse.y | 2 ++ 1 file changed, 2 insertions(+) diff --git a/parse.y b/parse.y index ee138354c..c1c19a071 100644 --- a/parse.y +++ b/parse.y @@ -4623,6 +4623,8 @@ port_declaration // here. } else if (dynamic_cast ($4)) { use_type = NetNet::IMPLICIT_REG; + } else if (dynamic_cast ($4)) { + use_type = NetNet::IMPLICIT_REG; } else if (dynamic_cast ($4)) { use_type = NetNet::IMPLICIT_REG; } else if (dynamic_cast ($4)) {