Is there is a way to control the $ in net name #2961
Replies: 6 comments
-
The naming rules cannot be changed, but you can change the names after the fact to |
Beta Was this translation helpful? Give feedback.
-
@mwkmwkmwk This is a public name; so |
Beta Was this translation helpful? Give feedback.
-
Is there a plan to fix this net naming with $ issue .. As this $ will be
propagated inside the .spef file and Open STA tool is not handing this.
When i raised the issue with Open STA tool, they say's "is illegal to have
$ in net name"
…On Mon, Aug 9, 2021 at 4:01 PM whitequark ***@***.***> wrote:
@mwkmwkmwk <https://github.com/mwkmwkmwk> This is a public name; so rename
-enumerate won't do anything to it.
[image: Screenshot_20210809_103105]
<https://user-images.githubusercontent.com/54771/128693369-4a8cfad4-4c8a-4123-a496-e4eb38541173.png>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2890 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB7HAVT5VMTREV2KRITANODT36U7PANCNFSM5A7NO5PA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Beta Was this translation helpful? Give feedback.
-
May I ask which version of yosys are you using? I explicitely fixed the particular piece of code that emitted |
Beta Was this translation helpful? Give feedback.
-
I was using "Yosys 0.9+4081 (git sha1 b6721aa, gcc 8.3.1 -fPIC -Os)"
inside the openlane docker ..
I see there is a new version of yosys available, i will cross-check on the
same.
Yosys 0.9+4249 (git sha1 d8fcf1a, clang 10.0.0-4ubuntu1 -fPIC -Os)
…On Mon, Aug 9, 2021 at 7:01 PM Marcelina Kościelnicka < ***@***.***> wrote:
May I ask which version of yosys are you using? I explicitely fixed the
particular piece of code that emitted $rdreg to make a private wire name
a long time ago.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2890 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB7HAVT33C5JMQKUJOHYCDLT37KEFANCNFSM5A7NO5PA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Beta Was this translation helpful? Give feedback.
-
This issue not observed in the latest yosys 0.9+4249 .. I am closing this ticket |
Beta Was this translation helpful? Give feedback.
-
I see Yosys tool does Two dimensional register array changed with $ in net name like: u_wb2sdrc.u_cmdfifo.mem**$rdreg[0]$**d[0]
Is there is way to do renaming Rule inside yosys to avoid $ in the netname?
OpenSTA tool is having issue in handling net with $.
sdrc_top.synthesis_optimized.v.gz
Beta Was this translation helpful? Give feedback.
All reactions