Skip to content

Commit d2d0e84

Browse files
authored
LEF mods to support spreadsheet output (#18)
Signed-off-by: Jeff Ng <jeffng@precisioninno.com>
1 parent fe939a1 commit d2d0e84

18 files changed

Lines changed: 16 additions & 4866 deletions

spreadsheet_ram.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ def read_physical_file(self, file_name):
170170
elif source == "OBS":
171171
obs_data = {
172172
"layer": row["LAYER"],
173+
"layer_attr": None,
173174
"rect": [
174175
float(row["x1"]),
175176
float(row["y1"]),

0 commit comments

Comments
 (0)