PyHDI / veriloggen

Veriloggen: A Mixed-Paradigm Hardware Construction Framework
Apache License 2.0
304 stars 58 forks source link

How to use from_verilog function in veriloggen #20

Open bhargav3333 opened 5 years ago

bhargav3333 commented 5 years ago

Hi,

I am trying to use this package for creating IPXACTS from verilog files. Can it be done? If so, is it by from_verilog function or somehow?

shtaxxx commented 5 years ago

Currently, IP-XACT packaging is not supported for imported Verilog codes, because imported Verilog codes have no information of AXI interface definitions.