mirror of https://github.com/VLSIDA/OpenRAM.git
11 lines
512 B
Python
11 lines
512 B
Python
|
|
def header(str, tec):
|
|
tst = "Running Test for:"
|
|
print "\n"
|
|
print " ______________________________________________________________________________ "
|
|
print "|==============================================================================|"
|
|
print "|=========" + tst.center(60) + "=========|"
|
|
print "|=========" + tec.center(60) + "=========|"
|
|
print "|=========" + str.center(60) + "=========|"
|
|
print "|==============================================================================|"
|