Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for the plc_wrapper API #14

Open
esonghori opened this issue Mar 26, 2022 · 1 comment
Open

Add documentation for the plc_wrapper API #14

esonghori opened this issue Mar 26, 2022 · 1 comment

Comments

@esonghori
Copy link
Collaborator

The source code for the plc_wrapper binary includes many internal Google IPs and that is why it is not open-sourced. An example on how to interact with plc_wrapper can be found in plc_client_test.py. However, a complete documentation for its API is needed.

@Yangxiaojun1230
Copy link

Yes, any documents for netlist format would be helpful.
And there is a question how do you define the weight of the edge? Noticed that some of the edges have weights and others do not.

################
node {
name: "Grp_145/Poutput_single_8"
input: "Grp_561/Pinput"
attr {
key: "macro_name"
value {
placeholder: "Grp_145"
}
}
attr {
key: "type"
value {
placeholder: "macro_pin"
}
}
attr {
key: "weight"
value {

f: 12
}
}
##############

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants