Skip to content

Commit

Permalink
Fix typo: list -> inst
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Ryd committed Nov 8, 2023
1 parent a83ac8b commit e966490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WriteVHDLSyntax.py
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ def writeTBMemoryWriteRAMInstance(mtypeB, memDict, proc, bxbitwidth, is_binned):

for memMod in memList:

mem = memMod.list
mem = memMod.inst

string_mem += " write"+mem+" : entity work.FileWriterFromRAM" + ("Binned\n" if is_binned else "\n")
string_mem += " generic map (\n"
Expand Down

0 comments on commit e966490

Please sign in to comment.