Skip to content

Commit

Permalink
[doc] add used resources on fpga (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
davideschiavone authored Jan 29, 2025
1 parent 2d17259 commit 8f530c7
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions docs/source/How_to/RunOnFPGA.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,12 @@ make mcu-gen MCU_CFG_PERIPHERALS=mcu_cfg_minimal.hjson
make vivado-fpga FPGA_BOARD=pynq-z2
```

| Resource | Utilization (%) |
|------------------|-----------------|
| Slice LUTs | 22.7 |
| Slice Registers | 11.3 |
| RAM | 11.4 |
| DSP | 0.5 |
-------------------|-----------------|
| Resource | Quantity | Utilization (%) |
|------------------|-----------------|-----------------|
| Slice LUTs | 12.1K | 22.7 |
| Slice Registers | 12.1K | 11.3 |
| RAM | 16 | 11.4 |
| DSP | 1 | 0.5 |


### Bigger configuration
Expand All @@ -112,12 +111,10 @@ make mcu-gen CPU=cv32e40p BUS=NtoM
make vivado-fpga FPGA_BOARD=pynq-z2 FUSESOC_PARAM="--COREV_PULP=1 --FPU=1"
```

| Resource | Utilization (%) |
|------------------|-----------------|
| Slice LUTs | 62.9 |
| Slice Registers | 27.1 |
| RAM | 11.4 |
| DSP | 4.1 |
-------------------|-----------------|

| Resource | Quantity | Utilization (%) |
|------------------|-----------------|-----------------|
| Slice LUTs | 33466 | 62.9 |
| Slice Registers | 28799 | 27.1 |
| RAM | 16 | 11.4 |
| DSP | 9 | 4.1 |

0 comments on commit 8f530c7

Please sign in to comment.