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

Issues with port binding list in z8test_hdl.txt #355

Open
zhuanhao-wu opened this issue Aug 22, 2022 · 1 comment
Open

Issues with port binding list in z8test_hdl.txt #355

zhuanhao-wu opened this issue Aug 22, 2022 · 1 comment
Labels

Comments

@zhuanhao-wu
Copy link
Collaborator

  • u_xt_0 should only be present in DIM=2 case, but appears in DIM=3 case for port binding
hPortbinding u_xt_0 [
  hBinop ARRAYSUBSCRIPT [
    hVarref s_port [
      hBinop ARRAYSUBSCRIPT [
        hLiteral 0 NOLIST
      ]
    ]
    hLiteral 0 NOLIST
  ]
  hBinop ARRAYSUBSCRIPT [
    hBinop ARRAYSUBSCRIPT [
      hBinop ARRAYSUBSCRIPT [
        hVarref c_xt_data_scclang_global_0 NOLIST
        hLiteral 0 NOLIST
      ]
      hLiteral 0 NOLIST
    ]
    hLiteral 0 NOLIST
  ]
]
  • The port binding of s_port should be formatted as
hBinop ARRAYSUBSCRIPT [
  hBinop ARRAYSUBSCRIPT [
	  hVarref s_port NOLIST
    hLiteral 0 NOLIST
    
  ]
  hLiteral 0 NOLIST
]
@mayagokhale
Copy link
Collaborator

should be fixed in latest commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants