Home
last modified time | relevance | path

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

/edtt-3.6.0-3.5.0-3.4.0/src/components/
Dedttt_bsim.py20 …E, PB_MSG_WAIT, PB_MSG_WAIT_END, TIME_NEVER, create_com_folder, create_fifo_if_not_there, test_and…
88 create_fifo_if_not_there(self.PhyFIFO_names[self.TO_PHY]);
89 create_fifo_if_not_there(self.PhyFIFO_names[self.TO_EDTT]);
118 create_fifo_if_not_there(self.FIFOnames[i][self.TO_EDTT]);
119 create_fifo_if_not_there(self.FIFOnames[i][self.TO_DEVICE]);
Dbsim_device.py22 … ch_idx_to_2G4_freq, create_com_folder, create_fifo_if_not_there, test_and_create_lock_file )
71 create_fifo_if_not_there(self.ff_path_dtp)
72 create_fifo_if_not_there(self.ff_path_ptd)
Dbsim_lib.py146 def create_fifo_if_not_there(path): function