From aefa3d23f3c95bab5885e1ce9d0731143b7f32f8 Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Tue, 20 Dec 2022 17:33:58 -0500 Subject: [PATCH] remove dangling comma --- hw/efinix_fpga/super6502.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/efinix_fpga/super6502.sv b/hw/efinix_fpga/super6502.sv index f169f88..039ec62 100644 --- a/hw/efinix_fpga/super6502.sv +++ b/hw/efinix_fpga/super6502.sv @@ -16,7 +16,7 @@ module super6502 output logic cpu_rdy, output logic cpu_resb, output logic pll_cpu_reset, - output logic cpu_phi2, + output logic cpu_phi2 ); assign pll_cpu_reset = '1;