From 245aab321a57e561b6dbd75fc27ec496a96c528e Mon Sep 17 00:00:00 2001 From: Marcelo Carvalho Faleiro de Almeida Date: Mon, 16 Dec 2024 10:24:13 +0000 Subject: [PATCH] Remove new lines Just to fix the lint errors about new lines and spaces Signed-off-by: Marcelo Carvalho Faleiro de Almeida --- hw/ip/gpio/dv/env/seq_lib/gpio_smoke_vseq.sv | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/ip/gpio/dv/env/seq_lib/gpio_smoke_vseq.sv b/hw/ip/gpio/dv/env/seq_lib/gpio_smoke_vseq.sv index fe9cc23ca9ee8a..bfe4d01352f6b6 100644 --- a/hw/ip/gpio/dv/env/seq_lib/gpio_smoke_vseq.sv +++ b/hw/ip/gpio/dv/env/seq_lib/gpio_smoke_vseq.sv @@ -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