Revert "Ref(01_Adder_32):Доб-ие timeunit"

This reverts commit 11c97ac431.
This commit is contained in:
alexkharl
2024-02-12 11:25:19 +03:00
parent 04d09e5c3f
commit 570f967082

View File

@@ -9,11 +9,9 @@
////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////
module tb_fulladder32(); module tb_fulladder32();
timeunit 1ns; `define __debug__
timeprecision 1ps; parameter TIME_OPERATION = 100;
parameter TEST_VALUES = 3000;
parameter TIME_OPERATION = 100;
parameter TEST_VALUES = 3000;
wire [31:0] tb_a_i; wire [31:0] tb_a_i;
wire [31:0] tb_b_i; wire [31:0] tb_b_i;