forked from tanchou/Verilog
leds
This commit is contained in:
@@ -60,7 +60,7 @@ always_ff @(posedge clk) begin
|
||||
strobe2s <= 0;
|
||||
end
|
||||
|
||||
leds[5] <= o_dht11_error;
|
||||
leds[5] <= !o_dht11_error;
|
||||
end
|
||||
|
||||
always_ff @(posedge clk) begin
|
||||
|
Reference in New Issue
Block a user