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

question #104

Open
roddy20 opened this issue Jan 14, 2021 · 1 comment
Open

question #104

roddy20 opened this issue Jan 14, 2021 · 1 comment

Comments

@roddy20
Copy link

roddy20 commented Jan 14, 2021

not an issue but question
into device label SBRG set_label begin LPCB end; into_all all code_regex SBRG replaceall_matched begin LPCB end;

some "SBRG" are not renamed and a lot of errors, has anybody а correct patch for that?
for any other devices this patch works

thanks

@roddy20
Copy link
Author

roddy20 commented Jan 15, 2021

this works
into device label SBRG set_label begin LPCB end; into_all scope label _SB.PCI0.SBRG set_label begin _SB.PCI0.LPCB end; into_all scope label _SB.PCI0.SBRG.ASOC set_label begin _SB.PCI0.LPCB.ASOC end; into_all scope label _SB.PCI0.SBRG.SIOR set_label begin _SB.PCI0.LPCB.SIOR end; into_all scope label \_SB.PCI0.SBRG set_label begin \_SB.PCI0.LPCB end; into_all scope label \_SB.PCI0.SBRG.ASOC set_label begin \_SB.PCI0.LPCB.ASOC end; into_all scope label \_SB.PCI0.SBRG.SIOR set_label begin \_SB.PCI0.LPCB.SIOR end; into_all all code_regex _SB.PCI0.SBRG.PIX0 replaceall_matched begin _SB.PCI0.LPCB.PIX0 end; into_all all code_regex SBRG replaceall_matched begin LPCB end;
but can it be done by one or two patches?

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