From 415382761c14332f4d5c06288cf57eeba3d875fe Mon Sep 17 00:00:00 2001 From: Pascal Cotret Date: Tue, 29 Oct 2019 16:42:24 +0100 Subject: Short modification in the error string --- picosoc/icebreaker.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picosoc/icebreaker.v b/picosoc/icebreaker.v index 342f346..0b401db 100644 --- a/picosoc/icebreaker.v +++ b/picosoc/icebreaker.v @@ -18,7 +18,7 @@ */ `ifdef PICOSOC_V -`error "icebreaker.v must be read before icebreaker.v!" +`error "icebreaker.v must be read before picosoc.v!" `endif `define PICOSOC_MEM ice40up5k_spram -- cgit