Skip to content

Commit

Permalink
Remove new lines
Browse files Browse the repository at this point in the history
Just to fix the lint errors about new lines and spaces

Signed-off-by: Marcelo Carvalho Faleiro de Almeida <[email protected]>
  • Loading branch information
marcelocarvalhoLowRisc committed Dec 16, 2024
1 parent e78961f commit 245aab3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hw/ip/gpio/dv/env/seq_lib/gpio_smoke_vseq.sv
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ class gpio_smoke_vseq extends gpio_base_vseq;
gpio_o, gpio_o, gpio_oe, gpio_oe), UVM_LOW)
ral.direct_out.set(gpio_o);
ral.direct_oe.set(gpio_oe);

csr_update(.csr(ral.direct_out));
csr_update(.csr(ral.direct_oe));
// Wait at least one clock cycle
Expand Down

0 comments on commit 245aab3

Please sign in to comment.