mirror of https://github.com/VLSIDA/OpenRAM.git
Remove useless comments. Add missing copyright.
This commit is contained in:
parent
6e044b776f
commit
d8baa5384d
|
|
@ -6,8 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"Run a regression test the library cells for DRC"
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os,re
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"Run a regression test the library cells for LVS"
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os,re
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"Run a regression test for DRC on basic contacts of different array sizes"
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"Run a regression test on a basic path"
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"Run a regression test on a basic parameterized transistors"
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"Run a regression test on a basic parameterized transistors"
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"Run a regression test on a basic parameterized transistors"
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"Run a regression test on a basic parameterized transistors"
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"Run a regression test on a basic parameterized transistors"
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"Run a regression test on a basic parameterized transistors"
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"Run a regression test on a basic wire"
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a pand2 cell
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run regresion tests on a parameterized bitcell
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a 2-row buffer cell
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a 2-row buffer cell
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run regression tests on a parameterized inverter
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run regression tests on a parameterized inverter
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,9 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run regression tests on a parameterized inverter
|
||||
"""
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run regression tests on a parameterized inverter
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a 2-row buffer cell
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,12 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run regression tests on a parameterized nand 2. This module doesn't
|
||||
generate a multi_finger 2-input nand gate. It generates only a minimum
|
||||
size 2-input nand gate.
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,12 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run regression tests on a parameterized pnand3.
|
||||
This module doesn't generate a multi-finger 3-input nand gate.
|
||||
It generates only a minimum size 3-input nand gate.
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,12 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run regression tests on a parameterized nor 2. This module doesn't
|
||||
generate a multi_finger 2-input nor gate. It generates only a minimum
|
||||
size 2-input nor gate.
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a precharge cell
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a replica pbitcell
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a wordline_driver array
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a basic array
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a basic array
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a basic array
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a hierarchical_decoder.
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a hierarchical_predecode2x4.
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a hierarchical_predecode3x8.
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a single transistor column_mux.
|
||||
"""
|
||||
|
||||
from testutils import *
|
||||
import sys,os
|
||||
sys.path.append(os.getenv("OPENRAM_HOME"))
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a precharge array
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a wordline_driver array
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a sense amp array
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a write driver array
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a dff_array.
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a dff_array.
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a dff_buf.
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a tri_gate_array.
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a test on a delay chain
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a test on a multiport replica bitline
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a test on a replica bitline
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a control_logic
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on various srams
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on various srams
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on various srams
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on various srams
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on 1rw 1r sram bank
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on various srams
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a 1 bank SRAM
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a 1 bank SRAM
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a 1 bank SRAM
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a 1 bank SRAM
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a 1 bank, 2 port SRAM
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a 1 bank SRAM
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a 1 bank SRAM
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a 1 bank SRAM
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a 1 bank SRAM
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a 1 bank SRAM
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a 1 bank, 2 port SRAM
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a 1 bank SRAM
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on a 2 bank SRAM
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on various srams
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on various srams
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on various srams
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on various srams
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on various srams
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on various srams
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on various srams
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on various srams
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a functioal test on 1 bank SRAM
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on various srams
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on various srams
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on various srams
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a functioal test on 1 bank SRAM
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a functioal test on 1 bank SRAM
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Check the .lib file for an SRAM
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os,re
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Check the .lib file for an SRAM
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os,re
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Check the .lib file for an SRAM with pruning
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os,re
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Check the .lib file for an SRAM
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os,re
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Check the LEF file for an SRMA
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Check the .v file for an SRAM
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
Run a regression test on an extracted SRAM to ensure functionality.
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os
|
||||
|
|
|
|||
|
|
@ -6,12 +6,6 @@
|
|||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
"""
|
||||
This tests the top-level executable. It checks that it generates the
|
||||
appropriate files: .lef, .lib, .sp, .gds, .v. It DOES NOT, however,
|
||||
check that these files are right.
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os,re,shutil
|
||||
|
|
|
|||
|
|
@ -1,10 +1,11 @@
|
|||
#!/usr/bin/env python3
|
||||
"""
|
||||
This tests the top-level executable. It checks that it generates the
|
||||
appropriate files: .lef, .lib, .sp, .gds, .v. It DOES NOT, however,
|
||||
check that these files are right.
|
||||
"""
|
||||
|
||||
# See LICENSE for licensing information.
|
||||
#
|
||||
# Copyright (c) 2016-2019 Regents of the University of California and The Board
|
||||
# of Regents for the Oklahoma Agricultural and Mechanical College
|
||||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
import unittest
|
||||
from testutils import *
|
||||
import sys,os,re,shutil
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# See LICENSE for licensing information.
|
||||
#
|
||||
#Copyright (c) 2016-2019 Regents of the University of California and The Board
|
||||
#of Regents for the Oklahoma Agricultural and Mechanical College
|
||||
#(acting for and on behalf of Oklahoma State University)
|
||||
#All rights reserved.
|
||||
# Copyright (c) 2016-2019 Regents of the University of California and The Board
|
||||
# of Regents for the Oklahoma Agricultural and Mechanical College
|
||||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
word_size = 1
|
||||
num_words = 16
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# See LICENSE for licensing information.
|
||||
#
|
||||
#Copyright (c) 2016-2019 Regents of the University of California and The Board
|
||||
#of Regents for the Oklahoma Agricultural and Mechanical College
|
||||
#(acting for and on behalf of Oklahoma State University)
|
||||
#All rights reserved.
|
||||
# Copyright (c) 2016-2019 Regents of the University of California and The Board
|
||||
# of Regents for the Oklahoma Agricultural and Mechanical College
|
||||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
word_size = 1
|
||||
num_words = 16
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# See LICENSE for licensing information.
|
||||
#
|
||||
#Copyright (c) 2016-2019 Regents of the University of California and The Board
|
||||
#of Regents for the Oklahoma Agricultural and Mechanical College
|
||||
#(acting for and on behalf of Oklahoma State University)
|
||||
#All rights reserved.
|
||||
# Copyright (c) 2016-2019 Regents of the University of California and The Board
|
||||
# of Regents for the Oklahoma Agricultural and Mechanical College
|
||||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
word_size = 1
|
||||
num_words = 16
|
||||
|
|
|
|||
Loading…
Reference in New Issue