代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/457381/7326161
bak clkgen.v.bak
module clkgen(clk_in,clk_DATA);
input clk_in;
output clk_DATA;
// reg clk_h;
reg [2:0] count;
reg [4:0] count1;
// assign clk_h=count[2];
initial
begin
count
www.eeworm.com/read/457381/7326268
v clkgen.v
module clkgen(clk_in,clk_DATA);
input clk_in;
output clk_DATA;
reg [2:0] count1;
reg [4:0] count2;
assign clk_DATA=count2[4];
initial
begin
count1
www.eeworm.com/read/453754/7412903
v cf_fft_1024_8.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/449369/7507970
in,v number.pl.in,v
head 1.1;
access;
symbols
zero-five-zero:1.1
zero-four-seventeen:1.1
zero-four-ten:1.1
zero-four-nine:1.1
zero-four-eight:1.1
zero-four-five:1.1
zero-four-three:1.1
zero-four-zero:1.1;
locks
www.eeworm.com/read/449132/7517920
m expeuler.m
function [x, y] = ExpEuler( x0, x_end, y0, h, rhs_fctn )
%
% Purpose:
% Solve the initial value problem
%
% y'(x) = f(x,y(x))
% y(x0) = y0
%
www.eeworm.com/read/444540/7612070
v test_clk16x.v
module test_clk16x;
reg clk,rst,Din;
wire clk16x;
clk16x u1(.clk(clk),.rst(rst),.Din(Din),.clk16x(clk16x));
initial
begin
rst=0;
clk=0;
Din=1;
#10 rs
www.eeworm.com/read/443411/7633395
lst app.lst
C51 COMPILER V8.02 APP 09/21/2006 20:16:29 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE APP
OBJECT MODULE PLACED IN App
www.eeworm.com/read/435885/7782171
opt rt-30.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {