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

how to write out the modified file? #869

Closed
veripoolbot opened this issue Jan 8, 2015 · 1 comment
Closed

how to write out the modified file? #869

veripoolbot opened this issue Jan 8, 2015 · 1 comment
Labels
wontfix This will not be worked on

Comments

@veripoolbot
Copy link
Collaborator


Author Name: elaine li
Original Redmine Issue: 869 from https://www.veripool.org
Original Date: 2015-01-08


I create a new pin of the cell use the $cell->new_pins, then i want to get the modified rtl,and all the content except the new pin not changed(include the always block)。
I use the $netlist->verilog_text,and what I get is not complate,it's not include the always block.

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2015-01-12T13:04:56Z


verilog_text only works on gate-style netlists. If you want to preserve the rest you'll need to perform text-style replacements, or use a technique similar to vpassert (in the distribution .tar.gz file).

@veripoolbot veripoolbot added the wontfix This will not be worked on label Mar 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant