Add TODOs
This commit is contained in:
parent
064c7fd7c8
commit
2f03dcd1a3
@ -194,8 +194,11 @@ class Harness:
|
||||
self.options._pad = pad
|
||||
|
||||
for cable in self.cables.values():
|
||||
|
||||
# generate cable node
|
||||
gv_html = gv_node_component(cable, self.options)
|
||||
# TODO: PN info for bundles (per wire)
|
||||
# shield
|
||||
#
|
||||
dot.node(
|
||||
cable.name,
|
||||
label=f"<\n{gv_html}\n>",
|
||||
@ -205,6 +208,8 @@ class Harness:
|
||||
)
|
||||
continue
|
||||
|
||||
# TODO: connection edges
|
||||
|
||||
html = []
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user