From 56b2b4971d4177190679646c153f9723d16735b8 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 29 Jun 2015 09:58:39 +0200 Subject: Added Note about Icarus Verilog to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2da99ad..7620ee4 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,11 @@ Simply copy this file into your project. A basic test environment. Run `make test`, `make test_sp` and/or `make test_axi` to run the test firmware in different hardware configurations. +*Note: The test bench is using Icarus Verilog. However, Icarus Verilog 0.9.7 +(the latest release at the time of writing) has a few bugs that prevent the +test bench from running. Upgrade to the latest github master of Icarus Verilog +to run the test bench.* + #### firmware/ A simple test firmware. This runs the basic tests from `tests/`, some C code, tests IRQ -- cgit