OpenRAM/compiler/tests/header.py

11 lines
512 B
Python
Raw Normal View History

2016-11-08 18:57:35 +01:00
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 "|==============================================================================|"