-
Notifications
You must be signed in to change notification settings - Fork 5
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
Ask for details about the data generation part of GAMORA #6
Comments
Also note that in the code provided, the implementation for generating the booth multiplier is TBD, so how can I generate a booth multiplier like the one in your dataset through abc? |
You will see booth.bar in this link. The booth multiplier datasets have been released. Regarding generation, you can check ABC to modify the command to generate booth encoded multiplier, or directly load Booth multipliers (readable by abc of course). https://huggingface.co/datasets/yucx0626/Gamora-CSA-Multiplier |
A simple method would be just convert the AIG into a AND-NOT network at the edgelist level. You can try networkx which should do the job. |
|
Thanks very much for your reply. I will carry out the next experiment according to your suggestion. |
Hello author, I would like to ask whether it is possible to export the generated AIG and the labels in the GAMORA task correspond to the nodes in the AIG when generating multipliers of different bit widths through abc, because the graph structure currently generated does not contain NOT nodes, and I need this information.
At the same time, how is the node encoding performed after Technology Mapping, because I noticed that in the corresponding node-feat.csv file, the dimension of the node encoding is no longer a simple 3 dimensions.
The text was updated successfully, but these errors were encountered: