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

Global hdlin variable hazard: hdlin_interface_port_downto true #220

Closed
nstewart-amd opened this issue Sep 18, 2023 · 1 comment · Fixed by #240
Closed

Global hdlin variable hazard: hdlin_interface_port_downto true #220

nstewart-amd opened this issue Sep 18, 2023 · 1 comment · Fixed by #240
Assignees
Labels
Approved enhancement New feature or request

Comments

@nstewart-amd
Copy link
Contributor

Source: ahb_lite_bus.sv

https://spdocs.synopsys.com/dow_retrieve/qsc-t/dg/dcolh/T-2022.03/dcolh/Default.htm#manpages/synn/ELAB.htm#ELAB-123
https://solvnetplus.synopsys.com/s/article/How-Does-Elaboration-Represent-Arrays-of-Interfaces-1576165809529

Two options:

  1. Configuring our synth environment with: hdlin_interface_port_downto true
    Global impact to all RTL file read.
    Not acceptable.

  2. Change the port ordering in ahb_lite_bus.sv.
    See modified RTL here. Trial in progress:
    ahb_lite_bus.sv.tar.gz

@nstewart-amd
Copy link
Contributor Author

Code change provided resolved the ELAB-123 Error.

@bharatpillilli bharatpillilli added enhancement New feature or request Approved labels Sep 28, 2023
@Nitsirks Nitsirks linked a pull request Oct 6, 2023 that will close this issue
@Nitsirks Nitsirks closed this as completed Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants