Skip to content

Commit 5221434

Browse files
Update firmware.rst (#259)
Co-authored-by: Tobias Blesgen <75844238+NarGrish@users.noreply.github.com>
1 parent 77b5f72 commit 5221434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/firmware.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Firmware
44

55
FPGA firmware consists of very simple single master bus definition and set of standard modules used by DAQ systems.
66

7-
Typical firmware consists of basil bus connecting all modules. Control modules witch provide configuration to DUT (like SPI/GPIO) and data taking modules (like data receivers). Received data (32 bit) are stored in the FIFO (large extremal memory) and can be continuously pulled from host application. Data from different modules are identified by source codding in 32bit data words.
7+
Typical firmware consists of a basil bus connecting all modules. Control modules which provide configuration to DUT (like SPI/GPIO) and data taking modules (like data receivers). Received data (32 bit) are stored in the FIFO (large extremal memory) and can be continuously pulled from host application. Data from different modules are identified by source codding in 32bit data words.
88

99
.. blockdiag::
1010

0 commit comments

Comments
 (0)