pulp-soc-defines.sv - Printable Version +- PULP Community (https://pulp-platform.org/community) +-- Forum: PULP's Community forum (https://pulp-platform.org/community/forumdisplay.php?fid=1) +--- Forum: PULP General questions (https://pulp-platform.org/community/forumdisplay.php?fid=2) +--- Thread: pulp-soc-defines.sv (/showthread.php?tid=80) |
pulp-soc-defines.sv - MikkeN - 04-18-2019 Hi, there is no too much documentation in pulp-soc-defines.sv file. So could you clarify next statement: // PE selection (only for non-FPGA - otherwise selected via PULP_CORE env variable) // -> define RISCV for RISC-V processor //`define RISCV //PARAMETRES `define NB_CLUSTERS 1 `define NB_CORES 8 `define NB_DMAS 4 `define NB_MPERIPHS 1 `define NB_SPERIPHS 8 -> Does this mean that in normal configuration there is 8 cores if? |