mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
set undriven pads to zero
This commit is contained in:
parent
d65a47c86d
commit
ae93c034ad
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
module demo (
|
||||
input clk,
|
||||
output [15:0] leds
|
||||
//,output unused
|
||||
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