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

Escaped cell instance names contain space character as last character #301

Closed
veripoolbot opened this issue Nov 9, 2010 · 1 comment
Closed

Comments

@veripoolbot
Copy link
Collaborator


Author Name: Walter Fergusson
Original Redmine Issue: 301 from https://www.veripool.org
Original Date: 2010-11-09


In code like:

module test (a, b);
input a, b;

testBot \instBot* ();
endmodule


The netlist reader will create an instance name "\instBot* " instead of "\instBot*".
@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2010-11-10T13:47:02Z


This is intentional, as most downstream code can then ignore the escapes.
Otherwise printing "$sig1=$sig2" would break with escaped signals.

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

1 participant