You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@
5
5
An open source tool that can automatically generate logic circuits from a user-friendly configuration file for efficiently solving systems of ODEs on FPGAs.
6
6
7
7
## Supported FPGAs
8
-
Currently, only the *[Intel Programmable Acceleration Card with Intel Arria 10 GX 1150 FPGA](https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/arria-10/a10_handbook.pdf)* is supported.
8
+
Currently, only the *[Intel Programmable Acceleration Card with Intel Arria 10 GX 1150 FPGA](https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/arria-10/a10_handbook.pdf)*
9
+
using the *Intel Acceleration Stack 1.2.1* is supported.
9
10
If you don't have the required hardware, you can still simulate the logic generated by rtlode (see [Simulation](#simulation)).
10
11
11
12
## Installation
@@ -30,16 +31,16 @@ If you want only to simulate the generated logic you can skip step 1, 2 and 3.
30
31
31
32
2. Create a solver unit with given configuration files:
32
33
```bash
33
-
rtlode build heun.yaml predator-prey.yaml
34
+
rtlode.py build heun.yaml predator-prey.yaml
34
35
```
35
36
36
37
3. To test your solver you can execute the following command:
0 commit comments