代码搜索:strobe
找到约 441 项符合「strobe」的源代码
代码结果 441
www.eeworm.com/read/232619/14187677
bsf strobe.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/232619/14187752
v strobe.v
module Strobe(SystemClock, DivideValue, VirtualClock);
input SystemClock;
input [27:0] DivideValue;
output VirtualClock;
//wire VirtualClock;
reg rVirtualClock;
assign VirtualClock = rVirtualC
www.eeworm.com/read/18425/787710
bsf strobe.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/18425/787732
v strobe.v
module Strobe(SystemClock, DivideValue, VirtualClock);
input SystemClock;
input [27:0] DivideValue;
output VirtualClock;
//wire VirtualClock;
reg rVirtualClock;
assign VirtualClock = rVirtualC
www.eeworm.com/read/381561/9085029
c chime_strobe.c
//Checksum=0xBEEF Compile Date=2008.08.21 Recompile Date=2008.08.22 Hi-Tech PICC V9.5PL
//Add sync function
//Checksum=0x58d1 Compile Date=2008.08.21 Recompile Date=2008.08.26 Hi-Tech PICC V9.5PL
/
www.eeworm.com/read/373368/9461373
opj strobe~1.opj
(ExpressProject ""
(ProjectVersion "19981106")
(ProjectType "PCB")
(Folder "Design Resources"
(Folder "Library")
(File ".\strobe~1.dsn"
(Type "Schematic Design"))
(Build
www.eeworm.com/read/271440/10996753
v data_strobe.v
/******************************************************************************
**
** Xilinx, Inc. 2002 www.xilinx.com
**
** XAPP 266 - Synthesizable FCRAM Controller
**
******
www.eeworm.com/read/232619/14187730
bak strobe.v.bak
module Strobe(SystemClock, DivideValue, VirtualClock);
input SystemClock;
input [27:0] DivideValue;
output VirtualClock;
//wire VirtualClock;
reg rVirtualClock;
assign VirtualClock = rVirtualC
www.eeworm.com/read/18425/787725
bak strobe.v.bak
www.eeworm.com/read/373367/2762751
v strobe_gen.v
// -*- verilog -*-
//
// USRP - Universal Software Radio Peripheral
//
// Copyright (C) 2003 Matt Ettus
//
// This program is free software; you can redistribute it and/or modify
// it under the t