Skip to content

Commit 5947a93

Browse files
fmt
1 parent 8b94a1a commit 5947a93

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ cd ..
108108
stack --resolver=lts-12.26 exec make
109109
```
110110

111-
Or alternalitvely :
111+
Or alternalitvely:
112112

113113
```bash
114114
make
@@ -117,7 +117,7 @@ make
117117
To run a specific test suite:
118118

119119
```bash
120-
make -C programs $X
120+
make -C programs $X
121121
```
122122

123123
where $X is one of `regress-emu`, `regress-flite-sim`, `regress-flite-comp`, or
@@ -130,17 +130,17 @@ Homebrew) and invoke make as `make CC=gcc-7` (assuming you installed
130130
version 7 of gcc).
131131

132132
To build a hardware version of a given test
133-
```bash
134-
cd fpga;
135-
make && flite -r ../programs/$P | ./Red -v
136-
```
133+
```bash
134+
cd fpga;
135+
make && flite -r ../programs/$P | ./Red -v
136+
```
137137

138138
where $P is one of the programs (.hs). Next, build a Reduceron system
139139
for an FPGA board, fx the BeMicroCV A9:
140140

141-
```bash
142-
make -C Reduceron/BeMicroCV-A9
143-
```
141+
```bash
142+
make -C Reduceron/BeMicroCV-A9
143+
```
144144

145145
Unfortunately programs can't currently be loaded dynamically but are
146146
baked into the FPGA image. It's a high priority goal to change that.

0 commit comments

Comments
 (0)