From 4ac8fff26c3f29372d98c2230ab8cab76650f3d5 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 21 Jul 2017 17:43:05 +0200 Subject: Use better error pattern in icestick checker example --- examples/icestick/checker.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/icestick/checker.v b/examples/icestick/checker.v index 63c70fe..a441845 100644 --- a/examples/icestick/checker.v +++ b/examples/icestick/checker.v @@ -51,5 +51,5 @@ module top ( end wire ok = resetn && rdfin && !error; - assign LED1 = error, LED2 = error, LED3 = error, LED4 = error, LED5 = ok; + assign LED1 = 0, LED2 = error, LED3 = 0, LED4 = error, LED5 = ok; endmodule -- cgit v1.2.3