mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
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 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
module demo (
|
||||
input clk,
|
||||
output [15:0] leds
|
||||
//,output unused
|
||||
);
|
||||
localparam PRESCALE = 20;
|
||||
reg [PRESCALE+3:0] counter = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue