Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.41 KB | None | 0 0
  1.   romSweepFiles = [["s:\\images\\mydutrom1.cld", "s:\\images\\mydutrom2.cld"], ["s:\\images\\mylkprom1.cld","s:\\images\\mylkprom2.cld"]]
  2.   romSweepNotes = [["dut rom in first sweep step","second sweep step"], ["lkp rom in first step","second step"]]
  3.   dutRomBins = ["<ROMSWEEP1_FILES>"]
  4.   lkpRomBins = ["<ROMSWEEP2_FILES>"]
  5.   notes = "Testing some roms: dut rom is <ROMSWEEP1_NOTES>, lkp rom is <ROMSWEEP2_NOTES>."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement