mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
Remove EOL whitespace globally
This commit is contained in:
@@ -25,16 +25,16 @@ def parse_html(file, comment):
|
||||
end_tag = comment+'-->'
|
||||
|
||||
with open(file, 'r') as f:
|
||||
|
||||
|
||||
file_string = f.read()
|
||||
|
||||
with open(file, 'w') as f:
|
||||
|
||||
file_string = file_string.replace(start_tag,"")
|
||||
file_string = file_string.replace(end_tag,"")
|
||||
|
||||
|
||||
f.write(file_string)
|
||||
|
||||
|
||||
def uncomment(comments):
|
||||
comment_files = []
|
||||
for datasheet in datasheet_list:
|
||||
|
||||
@@ -112,7 +112,7 @@ def parse_characterizer_csv(f, pages):
|
||||
|
||||
DATETIME = row[col]
|
||||
col += 1
|
||||
|
||||
|
||||
ANALYTICAL_MODEL = row[col]
|
||||
col += 1
|
||||
|
||||
@@ -121,7 +121,7 @@ def parse_characterizer_csv(f, pages):
|
||||
|
||||
LVS = row[col]
|
||||
col += 1
|
||||
|
||||
|
||||
AREA = row[col]
|
||||
col += 1
|
||||
|
||||
@@ -565,7 +565,7 @@ def parse_characterizer_csv(f, pages):
|
||||
for element in row[col_start:col-1]:
|
||||
sheet.description.append(str(element))
|
||||
break
|
||||
# parse initial power and leakage information
|
||||
# parse initial power and leakage information
|
||||
while(True):
|
||||
start = col
|
||||
if(row[col].startswith('power')):
|
||||
|
||||
Reference in New Issue
Block a user