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

support bram/fifo interface #89

Open
roybod opened this issue Oct 26, 2024 · 4 comments
Open

support bram/fifo interface #89

roybod opened this issue Oct 26, 2024 · 4 comments
Labels
kind: feature New feature or request of enhancement scope: hw generators Related to HDL generators status: needs discussion Need to collect feedback or discuss details

Comments

@roybod
Copy link

roybod commented Oct 26, 2024

we
re
addr
wdata
rdata

@esynr3z
Copy link
Owner

esynr3z commented Oct 27, 2024

Hi!
FIFO interface is already supported and can be enabled for a field via f hardware flag. You could also check result in examples. However, interface is a bit different from suggested above - there's no address and FIFO can apply backpressure with write-ready and read-valid signals.

As for BRAM being mapped into register map - there is already issue for this: #39. This is planned for future versions.

@esynr3z esynr3z added kind: feature New feature or request of enhancement scope: hw generators Related to HDL generators status: needs discussion Need to collect feedback or discuss details labels Oct 27, 2024
@roybod
Copy link
Author

roybod commented Oct 27, 2024

thanks.
i came across your tool because i used AIRHDL and found out that the developer died...

@esynr3z
Copy link
Owner

esynr3z commented Oct 27, 2024

I'm sorry to hear that. Is that tool now unmaintained?

Maybe, if you have some free minute, could you please share some feedback about airhdl? Maybe what was the best and worst parts of it? This could help Corsair in the future.

@roybod
Copy link
Author

roybod commented Oct 27, 2024

there is a website airhdl.com
it is still working
you can create a free user and test one register map
here is one example in zip file
aurora_regs_rev47.zip

feel free to contact me at my work email [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: feature New feature or request of enhancement scope: hw generators Related to HDL generators status: needs discussion Need to collect feedback or discuss details
Projects
None yet
Development

No branches or pull requests

2 participants