예제 #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()