We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9158e92 commit bde4a38Copy full SHA for bde4a38
compiler/base/verilog.py
@@ -43,6 +43,8 @@ def verilog_write(self, verilog_name):
43
self.vf.write("`endif\n")
44
45
for port in self.all_ports:
46
+ self.template.cloneSection("PORTS", "PORTS" + str(port))
47
+
48
if port in self.readwrite_ports:
49
self.vf.write("// Port {0}: RW\n".format(port))
50
elif port in self.read_ports:
0 commit comments