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