mirror of https://github.com/VLSIDA/OpenRAM.git
fixed EOL error in descriptor
This commit is contained in:
parent
5508ae945d
commit
1283cbc3be
|
|
@ -38,7 +38,7 @@ class datasheet():
|
|||
# self.html += row
|
||||
for item in self.description:
|
||||
self.html += item + ','
|
||||
self.teml += 'EOL'
|
||||
self.html += 'EOL'
|
||||
self.html +='-->'
|
||||
|
||||
vlsi_logo = 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue