Home
last modified time | relevance | path

Searched refs:com_path (Results 1 – 3 of 3) sorted by relevance

/edtt-latest/src/components/
Dbsim_device.py28 com_path = "" variable in BSimDevice
63 self.com_path = create_com_folder(self.sim_id)
65 self.lock_path = test_and_create_lock_file(self.com_path, self.device_nbr, self.Trace)
67 self.ff_path_dtp = "%s/%s.d%i.dtp" % (self.com_path, "2G4", self.device_nbr)
68 self.ff_path_ptd = "%s/%s.d%i.ptd" % (self.com_path, "2G4", self.device_nbr)
116 if self.com_path:
118 os.rmdir(self.com_path)
121 self.com_path = ""
Dbsim_lib.py77 com_path = "/tmp/bs_%s/%s" % (pw_name, sim_id)
78 create_folder(com_path)
79 return com_path
96 def test_and_create_lock_file(com_path, device_nbr, trace): argument
97 lock_path = "%s/%s.d%i.lock" % (com_path, "2G4", device_nbr)
Dedttt_bsim.py35 com_path = "" variable in EDTTT
79 self.com_path = create_com_folder(self.sim_id);
80 … self.lock_path = test_and_create_lock_file(self.com_path, self.EDTT_tool_dev_nbr, self.Trace)
84 … self.PhyFIFO_names[self.TO_PHY] = "%s/%s.d%i.dtp" % (self.com_path, "2G4", self.EDTT_tool_dev_nbr)
85 …self.PhyFIFO_names[self.TO_EDTT] = "%s/%s.d%i.ptd" % (self.com_path, "2G4", self.EDTT_tool_dev_nbr)
114 self.FIFOnames[i][self.TO_DEVICE] = "%s/Device%i.PTTin" % (self.com_path, d)
115 self.FIFOnames[i][self.TO_EDTT] = "%s/Device%i.PTTout" % (self.com_path, d)