Skip to content
Snippets Groups Projects
Commit 104fc4bb authored by Philipp Gühring's avatar Philipp Gühring
Browse files

Workaround for 50nm scalegrid of gf180mcu

This should be changed into an additional magscale parameter in the
.tech file instead
parent 819ce1a6
No related branches found
No related tags found
No related merge requests found
...@@ -126,6 +126,7 @@ def store_layout_to_magic_file(tech_name: str, ...@@ -126,6 +126,7 @@ def store_layout_to_magic_file(tech_name: str,
mag_lines = ["magic", mag_lines = ["magic",
"# Generated by librecell", "# Generated by librecell",
"tech {}".format(tech_name), "tech {}".format(tech_name),
"magscale 1 10" if tech_name=='gf180mcuC' else "magscale 1 1",
"timestamp {}".format(int(time.time())) "timestamp {}".format(int(time.time()))
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment