代码搜索:Synchronous
找到约 1,924 项符合「Synchronous」的源代码
代码结果 1,924
www.eeworm.com/read/257009/11961119
m v_curve.m
% M-file: v_curve.m
% M-file create a plot of armature current versus field
% current for the synchronous motor of Example 6-2.
% First, initialize the field current values (21 values
% in th
www.eeworm.com/read/337195/12384543
v example_b.v
module example_b(input wire clk, rst, input_sig_1, input_sig_2,
output reg a, b);
parameter S0 = 2'h0, S1 = 2'h1, S2 = 2'h2;
reg [1:0] state, next_state;
always @ (posedge clk)
www.eeworm.com/read/235392/14072785
v or1200_dpram_256x32.v
//////////////////////////////////////////////////////////////////////
//// ////
//// Generic Double-Port Synchronous RAM
www.eeworm.com/read/159335/10668080
c tmhdvo.c
/*
* +-------------------------------------------------------------------+
* | Copyright (c) 1998, 1999 by TriMedia Technologies. |
* |
www.eeworm.com/read/420811/10774128
v gigabitber_rx.v
///////////////////////////////////////////////////////////////////////////////
//
// File Name: GigabitBER_RX.v
// Version: 2.2
// Date: 05/14/03
// Model: Reciever Core fo
www.eeworm.com/read/157653/11677628
test sync.test
# 2005 August 28
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yours
www.eeworm.com/read/260404/11727491
c pes_data.c
/*
$Id: pes_data.c,v 1.2 2004/02/02 23:34:08 rasc Exp $
DVBSNOOP
a dvb sniffer and mpeg2 stream analyzer tool
http://dvbsnoop.sourceforge.net/
(c) 2001-2004 Rainer.Scherg@gmx.de (rasc)
www.eeworm.com/read/258642/11848837
v df_behav.v
module df_behav (q, q_bar, data, set, reset, clk);
input data, set, clk, reset;
output q, q_bar;
reg q;
assign q_bar = ~ q;
always @ (posedge clk) // Flip-flop with synchronou
www.eeworm.com/read/337195/12384540
v example_c.v
module example_c(input wire clk, rst, input_sig_1, input_sig_2,
output wire a, b);
parameter[1:0]
S0 = 2'b00, S1 = 2'b01, S2 = 2'b10;
reg [1:0] state, next_state;
assign
www.eeworm.com/read/170225/5406512
c pes_data.c
/*
$Id: pes_data.c,v 1.2 2004/02/02 23:34:08 rasc Exp $
DVBSNOOP
a dvb sniffer and mpeg2 stream analyzer tool
http://dvbsnoop.sourceforge.net/
(c) 2001-2004 Rainer.Scherg@gmx.de (rasc)