mirror of
https://github.com/MPSU/APS.git
synced 2025-09-16 17:40:41 +00:00
Ref(01_Adder_32):Доб-ие timeunit
This commit is contained in:
@@ -9,9 +9,11 @@
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
module tb_fulladder32();
|
||||
`define __debug__
|
||||
parameter TIME_OPERATION = 100;
|
||||
parameter TEST_VALUES = 3000;
|
||||
timeunit 1ns;
|
||||
timeprecision 1ps;
|
||||
|
||||
parameter TIME_OPERATION = 100;
|
||||
parameter TEST_VALUES = 3000;
|
||||
|
||||
wire [31:0] tb_a_i;
|
||||
wire [31:0] tb_b_i;
|
||||
|
Reference in New Issue
Block a user