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()
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)
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()