liteeth icon indicating copy to clipboard operation
liteeth copied to clipboard

Is it possible to generate generic Liteeth Verilog?

Open PedroAntunes178 opened this issue 3 years ago • 1 comments

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.

PedroAntunes178 avatar Mar 14 '23 13:03 PedroAntunes178

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

hydroid7 avatar May 09 '23 18:05 hydroid7