mirror of https://github.com/VLSIDA/OpenRAM.git
removed openram placeholder logo to stage for public push
This commit is contained in:
parent
e9b8eab2c3
commit
b0978e62f3
|
|
@ -40,7 +40,7 @@ class datasheet():
|
|||
openram_logo = base64.b64encode(image_file.read())
|
||||
|
||||
|
||||
self.html += '<a href="https://vlsida.soe.ucsc.edu/"><img src="data:image/png;base64,{0}" alt="VLSIDA"></a><a href="https://vlsida.github.io/OpenRAM"><img src="data:image/png;base64,{1}"="OpenRAM"></a>'.format(str(vlsi_logo)[2:-1],str(openram_logo)[2:-1])
|
||||
self.html += '<a href="https://vlsida.soe.ucsc.edu/"><img src="data:image/png;base64,{0}" alt="VLSIDA"></a>'.format(str(vlsi_logo)[2:-1])
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue