OVGN / OpenHBMC

Open-source high performance AXI4-based HyperRAM memory controller
Apache License 2.0
57 stars 12 forks source link

Errors with Vivado2024.1 #19

Open AndreSch1982 opened 2 months ago

AndreSch1982 commented 2 months ago

Hi! First thank you very much for that great work. I want to test HBMC on Zynq7000. So I have added that device and recompiled HBMC. I use following clock inputs: hbmc0_clk: 50MHz hbmc90_clk: 50MHz 90deg iserdes_clk: 150MHz AXI_CLK: 20MHz

image

However I get following erros like "'get_Property" expects at least one object error message" and port cmd cannot be of net type...

image

Can you please give me a hint what the problem is and how I can solve it.

Thank you very much in advance.

Best regards,

André

AndreSch1982 commented 1 month ago

I was able to fix the synthesis errors by replacing wires with regs and upgrading the fifos. Still facing issues with tcl script sometimes...