From 6900ebf9a54b286f0d3bb46f94e4340806cb5666 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Fri, 23 Aug 2019 13:29:09 +0200 Subject: [PATCH] Adding more README info for minimal example. --- verilog-blink-minimal/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/verilog-blink-minimal/README.md b/verilog-blink-minimal/README.md index ccf8565..160e7bf 100644 --- a/verilog-blink-minimal/README.md +++ b/verilog-blink-minimal/README.md @@ -2,5 +2,8 @@ A more minimal Verilog example. -Unlike the example in ../verilog-blink it **only** works on the **Fomu hacker -board**. + +Unlike the example in ../verilog-blink it; + - **only** works on the **Fomu hacker board**. + - **only** works on Linux + - doesn't use any Makefile variables.