代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/370661/9588394
cdb byte_crc.signalprobe.cdb
www.eeworm.com/read/370661/9588397
rpt byte_crc.flow.rpt
Flow report for byte_crc
Thu Oct 30 21:32:01 2008
Quartus II Version 8.0 Build 231 07/10/2008 Service Pack 1 SJ Full Version
---------------------
; Table of Contents ;
---------------------
www.eeworm.com/read/370661/9588402
rpt byte_crc.sim.rpt
Simulator report for byte_crc
Thu Oct 30 21:32:41 2008
Quartus II Version 8.0 Build 231 07/10/2008 Service Pack 1 SJ Full Version
---------------------
; Table of Contents ;
-----------------
www.eeworm.com/read/370661/9588405
summary byte_crc.fit.summary
Fitter Status : Successful - Thu Oct 30 21:31:46 2008
Quartus II Version : 8.0 Build 231 07/10/2008 SP 1 SJ Full Version
Revision Name : byte_crc
Top-level Entity Name : byte_crc
Family : Cyclone
www.eeworm.com/read/370661/9588411
bak byte_crc.v.bak
module byte_crc(rst, sig, pdata, /*prevcrc,*/ crc);
input rst, sig;
input [ 7 : 0] pdata;
input [15 : 0] prevcrc;
reg [15 : 0] prevcrc_buf;
output [15 : 0] crc;
reg [15 : 0] buf_crc;
www.eeworm.com/read/413528/11152304
h byte2short.h
//
// Byte2Short.h
// Pipeline stage converts a byte image to a short image.
//
// Copyright (C) 2003, 2006 by Jon A. Webb (Contact via GMail; username is jonawebb)
//
// This library is free
www.eeworm.com/read/413528/11152316
cpp byte2short.cpp
//
// Byte2Short
// Converts an input byte image to a short image, preserving
// the image contents.
//
// Copyright (C) 2003, 2006 by Jon A. Webb (Contact via GMail; username is jonawebb)
/
www.eeworm.com/read/266070/11244143
asm write flash byte.asm
/* This program writes data into parallel flash and polls whether
the data is written correctly
Input - Word_To_Write, External_Byte_Address
Output - None */
#include
.global WRIT
www.eeworm.com/read/135798/13898854