Skip to content

Commit

Permalink
fix mermaid diagram README
Browse files Browse the repository at this point in the history
Signed-off-by: luarss <[email protected]>
  • Loading branch information
luarss committed Nov 17, 2024
1 parent 8a24d74 commit c2d162e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ flowchart LR
subgraph ORFlow
direction TB
style ORFlow fill:#ffffff00, stroke-width:0px
A[Verilog\n+ libraries\n + constraints] --> FLOW
A[Verilog
+ libraries
+ constraints] --> FLOW
style A fill:#74c2b5,stroke:#000000,stroke-width:4px
subgraph FLOW
style FLOW fill:#FFFFFF00,stroke-width:4px
Expand All @@ -64,7 +66,8 @@ flowchart LR
style G fill:#ff6666,stroke:#000000,stroke-width:4px
end
FLOW --> H[GDSII\n Final Layout]
FLOW --> H[GDSII
Final Layout]
%% H --- H1[ ]
%% style H1 stroke-width:0px, fill: #FFFFFF00
%% linkStyle 11 stroke-width:0px
Expand Down

0 comments on commit c2d162e

Please sign in to comment.