Open MrJake222 opened 5 months ago
Hi, this is the right place to ask! Exporting is not well document but absolutely possible (an example is in projects/qpsram/export/
. I'll help you doing this for the ice-v. I assume you need only the CPU, not the SOC around? Which variant of the processor where you considering?
Just pushed an example in projects/ice-v/export
, running make
will produce the file M_icev_cpu.v
which contains the CPU as module M_icev_cpu
. The memory interface is for a BRAM-like memory that answers read/writes in one cycle.
Hi @MrJake222,
May I close this issue? is it resolved?
Thanks!
Hello, I'd like to use ice-v CPU core and integrate it into existing Verilog infrastructure. I'm new to Silice. Trying my best but I keep getting:
Any suggestions? I may be asking in the wrong place, I know. If so, please point me in the right directions (you guys have a forum?)