From a955c42d6c414241be39f6a2475d73ee2bdb4e43 Mon Sep 17 00:00:00 2001 From: KrystalDelusion Date: Thu, 8 Dec 2022 05:54:38 +1300 Subject: And appnotes --- manual/APPNOTE_011_Design_Investigation/example.v | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 manual/APPNOTE_011_Design_Investigation/example.v (limited to 'manual/APPNOTE_011_Design_Investigation/example.v') diff --git a/manual/APPNOTE_011_Design_Investigation/example.v b/manual/APPNOTE_011_Design_Investigation/example.v deleted file mode 100644 index 8c71989b3..000000000 --- a/manual/APPNOTE_011_Design_Investigation/example.v +++ /dev/null @@ -1,6 +0,0 @@ -module example(input clk, a, b, c, - output reg [1:0] y); - always @(posedge clk) - if (c) - y <= c ? a + b : 2'd0; -endmodule -- cgit v1.2.3