From 430580f138b6765641bc06cca0c9ea475eac19a9 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Tue, 15 Feb 2022 16:09:14 -0800 Subject: [PATCH] [HDL] Fix a typo --- .../counters/counter_4bit_2clock/counter_4bit_2clock.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfpga_flow/benchmarks/micro_benchmark/counters/counter_4bit_2clock/counter_4bit_2clock.v b/openfpga_flow/benchmarks/micro_benchmark/counters/counter_4bit_2clock/counter_4bit_2clock.v index 069b23637..5bad03ced 100644 --- a/openfpga_flow/benchmarks/micro_benchmark/counters/counter_4bit_2clock/counter_4bit_2clock.v +++ b/openfpga_flow/benchmarks/micro_benchmark/counters/counter_4bit_2clock/counter_4bit_2clock.v @@ -1,4 +1,4 @@ -module counter_4bit_2clock(clk0, rst0, clk1, rst1, q0, q1); +module counter_4bit_2clock(clk0, rst, clk1, q0, q1); input clk0; input rst;