Skip to content

Commit

Permalink
Update README (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti authored Oct 4, 2023
1 parent 0e2d007 commit 07aa8a9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,18 @@ Currently, we do not provide any open-source simulation setup. Internally, the F

```sh
# Compile the sources
make sim_compile
make compile-sim
# Run the simulation
make sim_run_c VSIM_TB_DUT=tb_floo_dut
make run-sim-batch VSIM_TB_DUT=tb_floo_dut
```

or in the GUI, with prepared waveforms:

```sh
# Compile the sources
make sim_compile
make compile-sim
# Run the simulation
make sim_run VSIM_TB_DUT=tb_floo_dut
make run-sim VSIM_TB_DUT=tb_floo_dut
```
By replacing `tb_floo_dut` with the name of the testbench you want to simulate.

Expand Down Expand Up @@ -129,6 +129,7 @@ This repository includes the following NoC IPs:
| [floo_vc_arbiter](src/floo_vc_arbiter.sv) | A virtual channel arbiter | |
| [floo_rob](src/floo_rob.sv) | A table-based Reorder Buffer | |
| [floo_simple_rob](src/floo_simple_rob.sv) | A simplistic low-complexity Reorder Buffer | |
| [floo_rob_wrapper](src/floo_simple_rob.sv) | A wrapper of all available types of RoBs including RoB-less version | |

### Verification IPs
| Name | Description | Doc |
Expand Down

0 comments on commit 07aa8a9

Please sign in to comment.