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

sg13g2_stdcell: lib: Fix typo in libraries #83

Closed
wants to merge 1 commit into from

Conversation

dnltz
Copy link
Contributor

@dnltz dnltz commented Apr 26, 2024

Flip-flop IQ in cell sg13g2_sdfbbp_1 included an apostrophe in the next_state statement. OpenROAD reported that as unsupported expression and skip it.

Removed the apostrophe in next_state.

Before:
"(SCESCD)+(SCE'D)"
Now:
"(SCE
SCD)+(SCE
D)"

Flip-flop IQ in cell sg13g2_sdfbbp_1 included an apostrophe
in the next_state statement. OpenROAD reported that as
unsupported expression and skip it.

Removed the apostrophe in next_state.

Before:
  "(SCE*SCD)+(SCE'*D)"
Now:
  "(SCE*SCD)+(SCE*D)"

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
@KrzysztofHerman
Copy link
Contributor

Since we are going to release am update on various views used for digital design I close this issue. We will implement and test it before the release.

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

Successfully merging this pull request may close these issues.

2 participants