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

rtl codes signal problems #103

Open
crizy opened this issue Jan 2, 2025 · 0 comments
Open

rtl codes signal problems #103

crizy opened this issue Jan 2, 2025 · 0 comments

Comments

@crizy
Copy link

crizy commented Jan 2, 2025

the path : hw/hdl/network/rdma/
the file : rdma_meta_tx_arbiter.sv

the rtl code at line 163 of rdma_meta_tx_arbiter.sv file,

 assign user_seq_in.data = {vfid, request_snk[vfid].req_1.len};

the request_snk[vfid] signal does not exist in rdma_meta_tx_arbiter.sv file, what is in the file is just req_snk[vfid],

so line 163 should be :

 assign user_seq_in.data = {vfid, req_snk[vfid].req_1.len};
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