Hello,
I am looking at the possibilities offered by the HERO platform with my ZC706 board.
I'm trying to configure the architecture to have a private FPU at each core. I modified the files fe/rtl/includes/pulp_soc_defines.sv and fe/ips/pulp_cluster/packages/apu_package.sv.
When I use the make synth-pulp_cluster command I get on vivado ERROR: [Synth8-439] module 'fpu_private'not found [.../fe/ips/riscv/riscv_ex_stage.sv:392].
My question is: does bigPULP support the the private FPU at each core? Or is it through a shared fpu?
Thanks in advance.