Skip to content

Commit 683ae48

Browse files
committed
Merge branch 'master' into rss
2 parents 80801ee + 8420e0e commit 683ae48

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+95
-104
lines changed

docs/compiling_hardware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The resulting bitstream will be placed in the directory where you ran the comman
3535
!!! note
3636

3737
The above command will use a single seed to synthesize the hardware. It is often advantageous to synthesize with multiple seeds to increase the probability of finding a design that meets timing. If you have enough memory, you can synthesize with multiple seeds in parallel. (Requires GNU Parallel to be installed.)
38-
38+
3939
To do so, you can specify multiple seeds when running the command. For example, to synthesize with seeds 1, 2, 3, and 4, run:
4040

4141
```bash

docs/compiling_software.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ mkdocs serve
113113
Note that this does not automatically rebuild the hardware and software API reference. You need to rerun `meson compile docs` to do that.
114114

115115

116-
<!-- Compile-time configuration -->
116+
<!-- Compile-time configuration -->

docs/ensogen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ EnsōGen is a software packet generator built on top of the Ensō NIC interface.
77
EnsōGen is built as part of Ensō. Make sure to follow the instructions in [Compiling Software](compiling_software.md) to build Ensō and that you have the [`enso` command](enso_cli.md) installed.
88

99
To run EnsōGen, you first need to set up the NIC with the right parameters. By default, you should run the `enso` command as follows:
10-
10+
1111
```bash
1212
enso <path to enso repo> --fpga <fpga ID> --fallback-queues 4 --enable-rr
1313
```
@@ -25,7 +25,7 @@ Both `<pcie address>` and `<number of packets>` are optional but it's recommende
2525

2626
Recall that you may obtain the PCIe address of all Ensō NICs in your system by running `scripts/list_enso_nics.sh`.
2727

28-
The `scripts/ensogen.sh` script makes it easier to run EnsōGen by automatically figuring out the hardware rate limiter parameters based on the input pcap file and the desired rate.
28+
The `scripts/ensogen.sh` script makes it easier to run EnsōGen by automatically figuring out the hardware rate limiter parameters based on the input pcap file and the desired rate.
2929

3030
You may also choose to run EnsōGen manually. Run the following command to see the available options:
3131

docs/hardware/modules/basic_data_mover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@
5050
- hp_flags: hyper_pipe
5151
## State machines
5252

53-
![Diagram_state_machine_0]( stm_basic_data_mover_00.svg "Diagram")
53+
![Diagram_state_machine_0]( stm_basic_data_mover_00.svg "Diagram")

docs/hardware/modules/basic_data_mover.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/hardware/modules/configurator.svg

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)