Skip to content

Commit ac2e70d

Browse files
author
Dave Berkeley
committed
typo in readme
1 parent 6f99a3c commit ac2e70d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ Looking at the logic analyser output on the DAC's SPI lines, you can see the 0xf
5252
Passing functions to connect()
5353
----
5454

55-
Sometimes you want to perform operaion on data, rather than simply copying it from stream A to B. The Stream.connect() function allows a function to be specified that can supply the opreation.
55+
Sometimes you want to perform operations on data, rather than simply copying it from stream A to B. The Stream.connect() function allows a function to be specified that can supply the operation.
5656

57-
For example, a MAC stage has a 28-bit output accumulator. You want to shift this into a 12-bit output by taking the high bits.
57+
For example, a MAC stage has a 28-bit output accumulator. You want to signed shift this into a 12-bit output by taking the high bits.
5858

5959

6060
# MAC has 28-bit output : (width * 2) + (bits_for(samples)-1)

0 commit comments

Comments
 (0)