mirror of
https://github.com/MPSU/APS.git
synced 2025-09-16 09:40:10 +00:00
Ref(01_Adder_32):Доб-ие timeunit
This commit is contained in:
@@ -9,9 +9,11 @@
|
|||||||
//////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
module tb_fulladder32();
|
module tb_fulladder32();
|
||||||
`define __debug__
|
timeunit 1ns;
|
||||||
parameter TIME_OPERATION = 100;
|
timeprecision 1ps;
|
||||||
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