代码搜索:Specify
找到约 4,132 项符合「Specify」的源代码
代码结果 4,132
www.eeworm.com/read/436014/7778954
txt intl.txt
When you add or delete any text, add or delete it in english.lng and run
script ./synclang. It adds NULL entries to other languages. Then run ./gen-intl.
When you change any text, run ./get-intl.
Me
www.eeworm.com/read/299638/7842080
cmd exp4.cmd
/* SPECIFY THE SYSTEM MEMORY MAP */
MEMORY
{
RAM (RWIX) : origin=0100h, length=00feffh /* Data Memory */
RAM1 (RWIX) : origin=010000h, length=000200h
RAM2 (RWIX) : origin=
www.eeworm.com/read/299636/7842125
cmd exp2.cmd
/* SPECIFY THE SYSTEM MEMORY MAP */
MEMORY
{
RAM (RWIX) : origin = 0100h, length = 01feffh /* Data Memory */
RAM2 (RWIX) : origin = 040100h, length = 040000h /* Program Memory */
www.eeworm.com/read/199521/7846707
cpp silkroad.cpp
#include
#include
#include
#include "Hypothesis.h"
using namespace std;
bool printmore = false;
//假设pool和使用情况vector
VECPOOL vecHypo;
VECUNSED vecNotUs
www.eeworm.com/read/297875/7990953
v delay.v
module delay(out,a,b,c);
output out;
input a,b,c;
and a1(n1,a,b);
or o1(out,c,n1);
specify
(a=>out)=2;
(b=>out)=3;
(c=>out)=1;
endspecify
endmodule
www.eeworm.com/read/296943/8069161
cmd link.cmd
/*************************************************************************
* $RCSfile: Link.cmd,v $
* $Revision: 1.3 $
* $Date: 2001/04/19 18:56:50 $
* Copyright (c) 2001 Texas Instruments Incorpo
www.eeworm.com/read/296104/8121869
v delay.v
module delay(out,a,b,c);
output out;
input a,b,c;
and a1(n1,a,b);
or o1(out,c,n1);
specify
(a=>out)=2;
(b=>out)=3;
(c=>out)=1;
endspecify
endmodule
www.eeworm.com/read/296097/8122388
v delay.v
module delay(out,a,b,c);
output out;
input a,b,c;
and a1(n1,a,b);
or o1(out,c,n1);
specify
(a=>out)=2;
(b=>out)=3;
(c=>out)=1;
endspecify
endmodule
www.eeworm.com/read/144120/12812139
oa2verilog
#!/bin/sh
# *****************************************************************************
# *****************************************************************************
# oa2verilog
#
# This script i
www.eeworm.com/read/144120/12812149
verilogannotate
#!/bin/sh
# *****************************************************************************
# *****************************************************************************
# verilogAnnotate
#
# This scr