YosysHQ / picorv32

PicoRV32 - A Size-Optimized RISC-V CPU
ISC License
3.06k stars 749 forks source link

Please can anyone help me in interfacing AXI4 Lite bus using this picorv32 #176

Open RakeshGs2000 opened 3 years ago

RakeshGs2000 commented 3 years ago

Selectable native memory interface or AXI4-Lite master

as this is one of the feature in picorv32

how can we achieve this please can anyone know help me with this.

ghost commented 3 years ago

I haven't tried it, but just use the picorv32_axi module I guess? https://github.com/cliffordwolf/picorv32/blob/f9b1beb4cfd6b382157b54bc8f38c61d5ae7d785/picorv32.v#L2512

RakeshGs2000 commented 3 years ago

I haven't tried it, but just use the picorv32_axi module I guess? https://github.com/cliffordwolf/picorv32/blob/f9b1beb4cfd6b382157b54bc8f38c61d5ae7d785/picorv32.v#L2512 yes sir we have tried it and we r working on it.

thank you.