Closed rgaehfgoiarewhg closed 6 years ago
You are missing the SystemVerilog interfaces of the AXI Bus. https://github.com/pulp-platform/uvm-components/blob/6bb81367a35bde8952217685dba9457183bc63ea/agents/axi_if/axi_if.sv It might be possible that Vivado doesn't like interfaces on a top-level. You have to pack those in a wrapper then.
What do you mean by actually useable? Its a 64-bit RISC-V core with RV64IMC + full privileged spec, not more not less. What parts in the documentation gives you the impression? I'd appreciate constructive feedback.
thank you very much for the quick reply. i will try it.
i was unsure how far along the project actually is. there is very little documentation and a lot is focused on running simulations. this gave me the impression that it might not be ready yet.
You have seen https://pulp-platform.github.io/ariane/ ? Let me know where the documentation doesn’t answer your questions.
Ariane has been taped-out twice, and we are preparing a third chip that will go out in middle of October. There might certainly be still some lingering issues, but this is something we will good about putting on silicon and using regularly.
where is it stated that i need that file you mentioned?
My suggestion is you look at whats being compiled for verilator and use the same files.
as i said: great documentation!
i am trying to create an ip core with vivado of the ariane cpu but i am getting strange errors regarding - among others - the following code segment:
apparently vivado does not like this very much. it looks like it is missing a flie in the hierarchy treeview.
also, is ariane actually usable? like ready to be used for something? the documentation looks like it is only some prototype.
thank you very much in advance!