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

Fix RetRTL #25 #34

Merged
merged 2 commits into from
Dec 2, 2024
Merged

Fix RetRTL #25 #34

merged 2 commits into from
Dec 2, 2024

Conversation

yuqisun
Copy link
Collaborator

@yuqisun yuqisun commented Dec 2, 2024

In file /WORK_REPO/CGRA-Flow/VectorCGRA/fu/single/RetRTL.py, Line 63, Col 28:
s.send_out[0].msg @= DataType(s.recv_in[s.in0_idx].msg.payload, b1( 0 ), b1( 0 ) )

  • BitStruct CGRAData_32_1_1_1 has 4 fields but 3 arguments are given!

Root cause:
4 parameters required, but 'delay' field missed: {'payload': Bits64(0x0000000000000000), 'predicate': Bits1(0x0), 'bypass': Bits1(0x0), 'delay': Bits1(0x0)}

…RTL.py, Line 63, Col 28:

  s.send_out[0].msg @= DataType(s.recv_in[s.in0_idx].msg.payload, b1( 0 ), b1( 0 ) )

- BitStruct CGRAData_32_1_1_1 has 4 fields but 3 arguments are given!
@yuqisun yuqisun linked an issue Dec 2, 2024 that may be closed by this pull request
@yuqisun yuqisun requested a review from tancheng December 2, 2024 16:28
@tancheng
Copy link
Owner

tancheng commented Dec 2, 2024

Plz include a __init__.py inside the multi_cgra/test/ to see whether the build check can pass.

@tancheng
Copy link
Owner

tancheng commented Dec 2, 2024

Are you able to click the Merge button now?

@yuqisun yuqisun merged commit f016a96 into master Dec 2, 2024
1 check passed
@yuqisun
Copy link
Collaborator Author

yuqisun commented Dec 2, 2024

Are you able to click the Merge button now?

Yes, merged.

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.

Fix RetRTL
2 participants