`timescale 1ns / 1ps `default_nettype none //tests the big_padder module adder_tb(); parameter BUS_WIDTH = 8; parameter COUNT_EXPONENT = 4; //for 16 iputs //do some parameters here to calculate outputwidth and num vals parameter OUTPUT_WIDTH = BUS_WIDTH + COUNT_EXPONENT; parameter NUM_VALS = 1<