Add demonstration of breakage

Unused outputs lead to undriven buffers, which lead to syntax errors.
This commit is contained in:
Pepijn de Vos 2019-09-04 10:58:48 +02:00
parent 6cf5157fe7
commit 0723672451
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
module demo (
input clk,
output [15:0] leds
//,output unused
);
localparam PRESCALE = 20;
reg [PRESCALE+3:0] counter = 0;