代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/213968/15119150
v controller_tp.v
module controller_tp; //控制器测试模块
reg reset;
reg clk1,clk2;
wire [3:0] n;
wire OE;
parameter DELY=100;
controller mycontroller(clk1,clk2,n,OE); //调用控制器模块
always #(DELY/2) clk2=~clk2; //使clk1
www.eeworm.com/read/213968/15119157
v partmul_tp.v
module partmul_tp; //部分积产生测试模块
reg [7:0] hin; //
reg [8:0] x;
reg reset;
wire [9:0] part1,part2,part3,part4;
wire [7:0] temp;
parameter DELY=100;
partmul mypartmul(hin,x,reset,part1,part2,part3,par
www.eeworm.com/read/213968/15119169
v shifter_tp.v
module shifter_tp; //移位寄存器测试模块
reg clk1,reset; //输入时钟信号1和清零信号
reg [7:0] xin; //输入x
wire [127:0] xout; //定义输出寄存器型数组
parameter DELY=100;
shifter myshifter(clk1,reset,xin,xout); //调用移位寄存器模块
alwa
www.eeworm.com/read/213968/15119177
v adder_tp.v
module adder_tp; //加法器测试模块
reg [7:0] xin1,xin2;
wire [8:0] xout;
parameter DELY=100;
adder myadder(xin1,xin2,xout);
initial
begin xin1=0;xin2=0;
#DELY xin1=223;xin2=67;
#DELY xin1=155;xin2=74;
www.eeworm.com/read/113956/15119740
v cf_fp_mul_p_11_52.v
//
// Copyright (c) 2003 Launchbird Design Systems, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that
www.eeworm.com/read/213853/15123836
h 020_function.h
#ifndef __020_Function_H__
#define __020_Function_H__
#include "C8051F020.h"
/********************************全局变量***************************/
extern unsigned char Step; //选择步进
e
www.eeworm.com/read/212416/15156446
c main.c
//==============================================================//
//工程:HM6264(8KX8Bit RAM)驱动程序
//连线:IOA0~IOA12 接13位地址线 输出口
// IOB0~7 接8位数据线 输入口/输出口 默认输入口
// IOB8 WE 输出口
www.eeworm.com/read/210806/15192054
v equ_inequ.v
module equ_inequ();
reg [3:0] a, b, c, d, e, f;
initial begin
a=3; b=6; // decimal values
c = 4'b011;
d = 4'bx11;
e = 4'bx110;
f = 4'bxx10;
$display (a==b); //l
www.eeworm.com/read/210536/15197120
ini config.ini
[网络设置]
数据库连接字符=Provider=SQLOLEDB.1;Persist Security Info=False;User ID=SA;Initial Catalog=EASY_GAS;Data Source=QEJCOOL;password=
[本地设置]
数据链接符=Provider=SQLOLEDB.1;Persist Security Info=False;User ID