File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ cd ..
108108stack --resolver=lts-12.26 exec make
109109```
110110
111- Or alternalitvely :
111+ Or alternalitvely:
112112
113113``` bash
114114make
117117To run a specific test suite:
118118
119119``` bash
120- make -C programs $X
120+ make -C programs $X
121121```
122122
123123where $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
130130version 7 of gcc).
131131
132132To 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
138138where $P is one of the programs (.hs). Next, build a Reduceron system
139139for 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
145145Unfortunately programs can't currently be loaded dynamically but are
146146baked into the FPGA image. It's a high priority goal to change that.
You can’t perform that action at this time.
0 commit comments