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

rom contents in legacy long preamble is periodic #114

Open
ll550 opened this issue Oct 13, 2024 · 0 comments
Open

rom contents in legacy long preamble is periodic #114

ll550 opened this issue Oct 13, 2024 · 0 comments

Comments

@ll550
Copy link

ll550 commented Oct 13, 2024

Hi there,

I just dived into the brilliant project openwifi, and tried to get used to it from a very fundamental place physcal layer. I found a quite interesting thing that the contents in the rom l_ltf_rom.v is periodic. I guess it could be simplified as in l_stf_rom.v.

l_ltf_rom l_ltf_rom (
.addr(preamble_addr[5:0]), #addr(preamble_addr)
.dout(l_ltf)
);

and remove the contents of addr beyond 64 in l_stf_rom.v

I am not very familiar with the WiFi protocol, so It may not be right. If anyone can figure it out, please give me some comments.

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