From cfd7603e96a4238334a3cb597e838eaa5ce98976 Mon Sep 17 00:00:00 2001 From: Raphael Jacquot Date: Sun, 3 Mar 2019 18:22:48 +0100 Subject: [PATCH] we have signal ! --- saturn_top.v | 1 - 1 file changed, 1 deletion(-) diff --git a/saturn_top.v b/saturn_top.v index 1db341c..a24c20e 100644 --- a/saturn_top.v +++ b/saturn_top.v @@ -64,7 +64,6 @@ end always @(posedge clk) begin test <= {test[6:0], test[7]}; - $display("%b | %b", test, t_led); if (reset) begin clk_en <= 1'b1;