代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/473392/6851898
v test_add16.v
module Test_Add16();
reg[15:0] x,y;
wire[15:0] ANS;
Add16 add(x,y,ANS);
initial
begin
x=0;
y=0;
#10 x=10;
#10 y=-20;
#10 x=222;
#10 y=19778;
#10 x=32767;
#10 y=1;
www.eeworm.com/read/473392/6851900
bak t_add8.v.bak
module T_Add8();
reg[7:0] x,y;
wire[8:0] ANS;
Add8 add(x,y,ANS);
initial begin
x=0;
y=0;
#10 x=9;
#10 y=20;
#10 x=-19;
#10 y=127;
#10 x=128;
#10 x=256;
#10 y=2
www.eeworm.com/read/473392/6851913
bak test_addahead4.v.bak
module Test_AddAhead4();
reg[15:0] a,b;
reg cin;
wire[3:0] sum;
wire cout;
AddAhead4 add(a,b,cin,sum,cout);
initial
begin
cin=0;
a=0;
b=0;
#10 a=3;
#10 b=10;
#10 a=9;
#10
www.eeworm.com/read/473392/6851921
v test_addahead4.v
module Test_AddAhead4();
reg[15:0] a,b;
reg cin;
wire[3:0] sum;
wire cout;
AddAhead4 add(a,b,cin,sum,cout);
initial
begin
cin=0;
a=0;
b=0;
#10 a=3;
#10 b=10;
#10 a=9;
#10
www.eeworm.com/read/473392/6851941
bak test_addahead4.v.bak
module Test_AddAhead4();
reg[15:0] a,b;
reg cin;
wire[3:0] sum;
wire cout;
AddAhead4 add(a,b,cin,sum,cout);
initial
begin
cin=0;
a=0;
b=0;
#10 a=3;
#10 b=10;
#10 a=9;
#10
www.eeworm.com/read/473392/6851972
v test_addahead4.v
module Test_AddAhead4();
reg[15:0] a,b;
reg cin;
wire[3:0] sum;
wire cout;
AddAhead4 add(a,b,cin,sum,cout);
initial
begin
cin=0;
a=0;
b=0;
#10 a=3;
#10 b=10;
#10 a=9;
#10
www.eeworm.com/read/472099/6878683
m max_length.m
function [seq] = max_length(connection);
% ----------------------------------------------------------------------- %
connection = fliplr(connection);
% number of registers
m = length(connection)-
www.eeworm.com/read/471682/6888038
c program13_03.c
/* Program 13.3 Test our timer function */
#include
#include
#include
#include
int main(void)
{
time_t calendar_start = time(NULL); /* Initial ca
www.eeworm.com/read/394662/8214409
m gpssinskalmanfilter.m
% Simulation of a Tracking Problem
% Constant Velocity Vc
% Linear Kalman Filter
% Author: Yu Guannan 22003205
clc
clear
close all
%-------------alterable initial values--------------------
www.eeworm.com/read/294355/8237778
s startup.s
;/****************************************Copyright (c)**************************************************
;********************************************************************************************