Skip to content

Commit

Permalink
update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
dumtux committed May 24, 2022
1 parent 5a79f74 commit 293b9af
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,28 @@ Helper features for ARTLogics hardware designers

<img src="./doc/usage.gif" />


## Wire Size and Color

From version 1.1.0, **Wiring List** feature supports automatic size and color adding to the table.

Annotation on schematic | Wire size column value
------------------------|-----------------------
`Wire Size = 1` | 1
`WIRE_SIZE=0.5` | 0.5
`wire-size = 2` | 2
other | (none)

Wire stroke color | Wire stroke style | Wire color column value
--------------------|-------------------|------------------------
`#FF0000` | line | Red
`#0000FF` | line | Blue
`#000000` | line | Black
`#000000` | dashed | White
`#008800` (default) | dashed | Orange
Other | other | (none)


## Limitations

* Wires with joints: If the wire has joints and devided into multi parts, the extension does not recognize the wiring.
Expand Down

0 comments on commit 293b9af

Please sign in to comment.