コード例 #1
0
 def testFromSignalVals(self):
     cosim = Cosimulation(exe + "cosimFromSignalVals", **allSigs)
     os.read(cosim._rt, MAXLINE)
     cosim._hasChange = 1
     cosim._put(0)
コード例 #2
0
ファイル: test_Cosimulation.py プロジェクト: ywong587/myhdl
 def testFromSignalVals(self):
     cosim = Cosimulation(exe + ".cosimFromSignalVals", **allSigs)
     os.read(cosim._rt, MAXLINE)
     cosim._hasChange = 1
     cosim._put(0)