示例#1
0
 def __init__(self):
     self.pwd = os.path.dirname(os.path.abspath(__file__))
     self.rtl = os.path.join(self.pwd, '../src/rtl/')
     self.tst = os.path.join(self.pwd, '../tests/vhd/')
     self.work = vhdlScript()
示例#2
0
 def __init__(self):
     self.pwd = os.path.dirname(os.path.abspath(__file__))
     self.rtl = os.path.join(self.pwd,'src/rtl/')
     self.tst = os.path.join(self.pwd,'tests/')
     self.log = os.path.join(TOOLS_PATH,'log','logE.xml')
     self.work = vhdlScript(self.log)
示例#3
0
 def __init__(self):
     self.pwd = os.path.dirname(os.path.abspath(__file__))
     self.rtl = os.path.join(self.pwd, 'extras/testeVHDL/rtl/')
     self.tst = os.path.join(self.pwd, 'extras/testeVHDL/tst/')
     self.work = vhdlScript()