This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import re | |
import glob | |
import os | |
import sys | |
import fnmatch | |
def ConvertToLLT_19nm_Seal(addr_orig): | |
my_str1 = addr_orig | |
my_str1_length = len(my_str1) |