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

Is it possible to generate generic Liteeth Verilog? #130

Open
PedroAntunes178 opened this issue Mar 14, 2023 · 1 comment
Open

Is it possible to generate generic Liteeth Verilog? #130

PedroAntunes178 opened this issue Mar 14, 2023 · 1 comment

Comments

@PedroAntunes178
Copy link

Hi,

Is there any way to generate the Liteeth Core Verilog independent of specific vendors?
When generating the Verilog with the examples (liteeth_gen wishbone_mii.yml) the generated Verilog uses Xilinx modules for asynchronous registers. Can I edit the *.yml file so that the Verilog code is generated without using Xilinx properties?

Thank you for your time in advance.

@hydroid7
Copy link

hydroid7 commented May 9, 2023

This would be an interesting question also me. Verilog is still one of the industry standards and it would be nice to use this module as part of other designs.

Similar ethernet core, also written for Migen is available here: https://github.com/HarryMakes/nmigen-stdio/tree/eth/nmigen_stdio/eth

Best

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

2 participants