mirror of https://github.com/VLSIDA/OpenRAM.git
Add verilog_write to sram wrapper for verilog unit test
This commit is contained in:
parent
3f57853969
commit
9983408fa3
|
|
@ -62,6 +62,9 @@ class sram():
|
||||||
def gds_write(self,name):
|
def gds_write(self,name):
|
||||||
self.s.gds_write(name)
|
self.s.gds_write(name)
|
||||||
|
|
||||||
|
def verilog_write(self,name):
|
||||||
|
self.s.verilog_write(name)
|
||||||
|
|
||||||
|
|
||||||
def save(self):
|
def save(self):
|
||||||
""" Save all the output files while reporting time to do it as well. """
|
""" Save all the output files while reporting time to do it as well. """
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue