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

Regarding generation of MIG views #38

Closed
ratul619 opened this issue Jun 9, 2021 · 3 comments
Closed

Regarding generation of MIG views #38

ratul619 opened this issue Jun 9, 2021 · 3 comments

Comments

@ratul619
Copy link

ratul619 commented Jun 9, 2021

Hi ,

I am trying to generate a MIG network after optimization in readable format ( verilog , other texts etc)
What is the correct command to dump that after reading blif/aig format ?

For example for cout = xy + yz + zx, MIG network could be in format like below :

Y1 = MAJORITY (z , x_bar , y);
Y2 = MAJORITY (y_bar , x_bar , z_bar)
COUT = MAJORITY(x , Y1 , Y2);

Thanks !

@yashton
Copy link
Collaborator

yashton commented Jun 9, 2021

There are several formats you can write out. For readable format, write_verilog is available. If you want to visualize the graph, write_dot will output a graphviz dot file.

@ratul619
Copy link
Author

Thanks Ashton. Will try.

@ratul619
Copy link
Author

Closing for now

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