代码搜索:Assignment
找到约 8,196 项符合「Assignment」的源代码
代码结果 8,196
www.eeworm.com/read/345513/11810660
tlg match_rec.tlg
Selecting top level module match_rec
@N: CG364 :"E:\wangqiuju\study\researchproject\FPGA\book_onFPGA\wireless-FPGA-design-code\Verilog-code\c12_0\12-2_0\match_rec\match_rec.v":21:7:21:15|Synthesizing
www.eeworm.com/read/345513/11810705
srr match_rec.srr
#Build: Synplify Pro 8.8.0.4, Build 008R, Dec 7 2006
#install: D:\Program\FPGA_software\Synplicity\fpga_8804
#OS: Windows XP 5.1
#Hostname: USER-73B7470377
#Implementation: match_rec
#Fri Ju
www.eeworm.com/read/339470/12232984
vhd uart_exam.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.std_logic_unsigned.ALL;
ENTITY uart_exam IS
--GENERIC
--(
-- __parameter_name : string := __default_value;
-- __parameter_name : integer:
www.eeworm.com/read/233892/14129168
qmsg dds.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I
www.eeworm.com/read/233758/14138145
rpt ddsok.flow.rpt
Flow report for ddsok
Thu May 17 22:50:48 2007
Version 6.0 Build 178 04/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. Flow
www.eeworm.com/read/227577/14420731
qsf sintab_altera.qsf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/168399/5447238
tlg hw_bist.tlg
Selecting top level module HW_BIST
Synthesizing module IBUFGDS
Synthesizing module IBUFG
Synthesizing module BUFG
Synthesizing module DCM
Synthesizing module SRL16
Synthesizing module CLOCK_GEN
www.eeworm.com/read/162614/5517218
c miss-format-4.c
/* Test warnings for missing format attributes on function pointers. */
/* Origin: Kaveh Ghazi */
/* { dg-do compile } */
/* { dg-options "-Wmissing-format-attribute" } */
#
www.eeworm.com/read/162614/5529928
c pr22308-1.c
/* Bug 22308: C_TYPE_FIELDS_READONLY not updated on type variants. */
/* { dg-do compile } */
/* { dg-options "" } */
struct foo s;
volatile struct foo t;
struct foo { const int z; };
void
bar (voi
www.eeworm.com/read/162614/5531293
c miss-4.c
/* Test warnings for missing format attributes on function pointers. */
/* Origin: Kaveh Ghazi */
/* { dg-do compile } */
/* { dg-options "-std=gnu99 -Wmissing-format-attribu