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: examples/README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ with more features to be implemented shortly.
5
5
6
6
## Disclaimer
7
7
8
-
Project Trellis is currently **highly**experimental. Do not use it for anything mission critical like avionics, nuclear power or automatic cat feeders!
8
+
Project Trellis is currently experimental. Do not use it for anything mission critical like avionics, nuclear power or automatic cat feeders!
9
9
Although I have not managed to destroy any FPGAs, there is a non-zero chance that the tools could produce a bitstream that destroys or degrades the FPGA. Do not
10
10
use with a development board that you cannot afford to lose!
11
11
@@ -16,18 +16,18 @@ installed **from the latest Git master** to use the flow. Refer to the READMEs o
16
16
17
17
## Included Projects
18
18
19
-
-**tinyfpga**: morse blink example for the TinyFPGA Ex rev1 prototype with an 85k ECP5
19
+
-**tinyfpga_rev1/rev2**: morse blink example for the TinyFPGA Ex rev1/2 prototypes with an 85k ECP5
20
20
-**ulx3s**: "Night Rider" example for the 45k ULX3S board
21
-
-**versa**: 14-segment display example for the ECP5 Versa Board
21
+
-**picorv32_ulx3s**: Small picorv32-based SoC for the 45k ULX3S board that displays prime numbers
22
+
on the LEDs.
23
+
-**versa5g**: 14-segment display example for the ECP5 Versa-5G board
24
+
-**picorv32_versa5g**: Small picorv32-based SoC for the ECP5 Versa-5G board that displays prime numbers
25
+
on the LEDs.
26
+
-**soc_versa5g**: Small picorv32-based SoC with RAM and UART for the ECP5 Versa-5G board
27
+
-**ecp5_evn**: "Night Rider" example for the ECP5 Evaluation Board
28
+
-**ecp5_evn_multiboot**: multiboot example for the ECP5 Evaluation Board
29
+
-**soc_ecp5_evn**: Small picorv32-based SoC with RAM and UART for the ECP5 Evaluation Board
22
30
23
-
All projects include a Makefile for building (and programming in the case of the TinyFPGA example).
31
+
All projects include a Makefile for building and programming.
24
32
25
-
## Notes
26
33
27
-
In all cases there are a handful of constant bits (that remain the same in all ECP5 designs), whose detailed function
28
-
is unknown - even if the low-level purpose, such as tying an internal signal low, is known. This is why there is a
29
-
"_empty.config" file in all examples. These files are also located in the `misc/basecfgs` folder. If you need to
30
-
change any of the examples to a different ECP5 device, you will also need to pick the appropriate base config.
31
-
32
-
IO constraints are currently specified as attributes on `TRELLIS_IO` primitives, reading IO constraint files
0 commit comments