mirror of https://github.com/YosysHQ/yosys.git
Add demonstration of breakage
Unused outputs lead to undriven buffers, which lead to syntax errors.
This commit is contained in:
parent
6cf5157fe7
commit
0723672451
|
@ -1,6 +1,7 @@
|
|||
module demo (
|
||||
input clk,
|
||||
output [15:0] leds
|
||||
//,output unused
|
||||
);
|
||||
localparam PRESCALE = 20;
|
||||
reg [PRESCALE+3:0] counter = 0;
|
||||
|
|
Loading…
Reference in New Issue