From f7334fcf4a1e8779c56ca5d01ed38cb79fd473bf Mon Sep 17 00:00:00 2001 From: hermitsoft Date: Thu, 9 Mar 2017 15:23:54 +0100 Subject: Maximized icefuzz testcases for LP384-CM49 --- icefuzz/make_fflogic.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'icefuzz/make_fflogic.py') diff --git a/icefuzz/make_fflogic.py b/icefuzz/make_fflogic.py index ecca7ca..91a5d05 100644 --- a/icefuzz/make_fflogic.py +++ b/icefuzz/make_fflogic.py @@ -38,8 +38,8 @@ def print_seq_op(dst, src1, src2, op, f): for idx in range(num): with open("work_fflogic/fflogic_%02d.v" % idx, "w") as f: if os.getenv('ICE384PINS'): - print("module top(input clk, rst, en, input [1:0] a, b, c, d, output [1:0] y, output z);", file=f) - print(" reg [1:0] p, q;", file=f) + print("module top(input clk, rst, en, input [4:0] a, b, c, d, output [4:0] y, output z);", file=f) + print(" reg [4:0] p, q;", file=f) else: print("module top(input clk, rst, en, input [15:0] a, b, c, d, output [15:0] y, output z);", file=f) print(" reg [15:0] p, q;", file=f) -- cgit v1.2.3