mirror of
https://github.com/MPSU/APS.git
synced 2025-09-17 01:50:40 +00:00
Revert "Ref(01_Adder_32):Доб-ие timeunit"
This reverts commit 11c97ac431
.
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user