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 e692e24 commit 3e539ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion hw/dv/sv/cip_lib/seq_lib/cip_base_vseq.sv
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ class cip_base_vseq #(
dv_base_vseq #(RAL_T, CFG_T, COV_T, VIRTUAL_SEQUENCER_T) dv_vseq;
dv_vseq = dv_base_vseq #(RAL_T, CFG_T, COV_T, VIRTUAL_SEQUENCER_T)::type_id::create("dv_vseq");
`downcast(dv_vseq, seq.clone())

dv_vseq.do_apply_reset = 0;
dv_vseq.set_sequencer(p_sequencer);
`DV_CHECK_RANDOMIZE_FATAL(dv_vseq)
Expand Down
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 3e539ca

Please sign in to comment.