Updated with more bug revise. The login page and dashboard is also changedd
This commit is contained in:
Binary file not shown.
@@ -9,7 +9,6 @@ from typing import Dict, Optional
|
||||
|
||||
import yaml
|
||||
|
||||
|
||||
def create_layout_svg_from_gds(yaml_content: str, output_path: str, pdk_registry, project_dir: str = None) -> str:
|
||||
"""Create an SVG preview by placing real public _BB.gds cells from layout YAML."""
|
||||
layout = yaml.safe_load(yaml_content) or {}
|
||||
|
||||
Reference in New Issue
Block a user