代码搜索:Assignment
找到约 8,196 项符合「Assignment」的源代码
代码结果 8,196
www.eeworm.com/read/317805/13497073
qmsg rel_clock.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I
www.eeworm.com/read/317737/13498938
qmsg myjiaotongdeng.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "" 0}
www.eeworm.com/read/317737/13498967
qmsg prev_cmp_myjiaotongdeng.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "" 0}
www.eeworm.com/read/314653/13562633
m subsasgn.m
%SUBSASGN Subscript assignment overload for mappings
%
% This routine enables constructs like W.DATA = {DATA1, DATA2},
% i.e. the direct change of mapping fields.
www.eeworm.com/read/313799/13580646
qsf main.qsf
# Copyright (C) 1991-2004 Altera Corporation
# Any megafunction design, and related netlist (encrypted or decrypted),
# support information, device programming or simulation file, and any oth
www.eeworm.com/read/310977/13638807
qmsg fir.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I
www.eeworm.com/read/310713/13645231
qsf dds.qsf
# Copyright (C) 1991-2004 Altera Corporation
# Any megafunction design, and related netlist (encrypted or decrypted),
# support information, device programming or simulation file, and any oth
www.eeworm.com/read/309739/13665079
tlg layer0.tlg
@N: CG364 :"D:\Develop\PQS\FPGA\fft_test\fft_test.v":21:7:21:14|Synthesizing module fft_test
@W: CG360 :"D:\Develop\PQS\FPGA\fft_test\fft_test.v":62:11:62:13|No assignment to wire din
@W: CL156
www.eeworm.com/read/309313/13674521
qmsg adcint.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I
www.eeworm.com/read/308966/13685189
v modsel.v
module ModSel (da1, da2, da3, ModSel,da_out);
input[7:0] da1,da2,da3;
input[1:0] ModSel;
output[7:0] da_out;
reg[7:0] da_out;
always
begin
case (ModSel)
0:
begin