Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Commit 978ee6c

Browse files
authored
Add reset port to memory modules (#73)
1 parent 66f76e1 commit 978ee6c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

WriteVHDLSyntax.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,7 @@ def writeTopLevelMemoryType(mtypeB, memList, memInfo, extraports, delay = 0, spl
703703
mem_str += " generic map (\n"+merge_parameterlist.rstrip(",\n")+"\n )\n"
704704
mem_str += " port map (\n"+merge_portlist.rstrip(",\n")+"\n );\n\n"
705705
portlist += " clkb => clk,\n"
706+
portlist += " rsta => reset,\n"
706707
portlist += " rstb => '0',\n"
707708
portlist += " regceb => '1',\n"
708709
if not memInfo.is_binned :

0 commit comments

Comments
 (0)