Skip to content

Commit e107f84

Browse files
committed
Update documentation to reflect new test cards.
1 parent 0e310d2 commit e107f84

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@ The [demo](hdl/demo) directory includes a demo for each supported interface:
6060

6161
You can find the list of required modules for each demo in a comment at the top of its file. You'll also need suitable constraints, such as those from the Project F [hardware support](https://github.com/projf/hardware-support) repo.
6262

63-
There are also two test cards that the demo modules can use:
63+
There are also three test cards that the demo modules can use:
6464

65-
* **[Test Card](hdl/demo/test_card.v)** - generates a video test card based on provided resolution
66-
* **[Test Card Simple](hdl/demo/test_card_simple.v)** - generates a simple coloured border based on provided resolution
65+
* **[Test Card Simple](hdl/demo/test_card_simple.v)** - simple coloured border (1-bit per colour)
66+
* **[Test Card Squares](hdl/demo/test_card_squares.v)** - squares and lines of different colours (1-bit per colour)
67+
* **[Test Card Gradient](hdl/demo/test_card_gradient.v)** - colour gradient (8-bit per colour)
6768

6869
You can adjust the demo resolution by changing the parameters for `display_clocks`, `display_timings`, and `test_card` or `test_card_simple`. Comments in the demos provide settings for tested [resolutions](#display-resolution-support).
6970

0 commit comments

Comments
 (0)