mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-02 02:57:53 +02:00
Add verilog_write to sram wrapper for verilog unit test
This commit is contained in:
@@ -62,6 +62,9 @@ class sram():
|
||||
def gds_write(self,name):
|
||||
self.s.gds_write(name)
|
||||
|
||||
def verilog_write(self,name):
|
||||
self.s.verilog_write(name)
|
||||
|
||||
|
||||
def save(self):
|
||||
""" Save all the output files while reporting time to do it as well. """
|
||||
|
||||
Reference in New Issue
Block a user