代码搜索结果
找到约 10,000 项符合
V 的代码
makefile,v
head 1.1;
branch ;
access ;
symbols ;
locks ;
comment @# @;
1.1
date 94.01.17.14.59.27; author rstevens; state Exp;
branches ;
next ;
desc
@@
1.1
log
@08Dec93 version for
readme,v
head 1.1;
branch ;
access ;
symbols ;
locks ;
comment @# @;
1.1
date 94.01.17.14.59.32; author rstevens; state Exp;
branches ;
next ;
desc
@@
1.1
log
@08Dec93 version for
makefile,v
head 1.1;
branch ;
access ;
symbols ;
locks ;
comment @# @;
1.1
date 94.01.17.14.59.27; author rstevens; state Exp;
branches ;
next ;
desc
@@
1.1
log
@08Dec93 version for
readme,v
head 1.1;
branch ;
access ;
symbols ;
locks ;
comment @# @;
1.1
date 94.01.17.14.59.32; author rstevens; state Exp;
branches ;
next ;
desc
@@
1.1
log
@08Dec93 version for
makefile,v
head 1.1;
branch ;
access ;
symbols ;
locks ;
comment @# @;
1.1
date 94.01.17.14.59.27; author rstevens; state Exp;
branches ;
next ;
desc
@@
1.1
log
@08Dec93 version for
readme,v
head 1.1;
branch ;
access ;
symbols ;
locks ;
comment @# @;
1.1
date 94.01.17.14.59.32; author rstevens; state Exp;
branches ;
next ;
desc
@@
1.1
log
@08Dec93 version for
a.v
module test_adder({out[3],in});
output[3:1] out;
wire[3:1] out;
input in;
and (out[1],in1,in2);
endmodule
data,v
module sin_rom(clk,addr,data);
input clk;
input [5:0] addr;
output [7:0] data;
reg [7:0] data;
always@(posedge clk) begin
case (addr)
6'h00 : data
makefile,v
head 1.1;
branch ;
access ;
symbols ;
locks ;
comment @# @;
1.1
date 94.01.17.14.59.27; author rstevens; state Exp;
branches ;
next ;
desc
@@
1.1
log
@08Dec93 version for
readme,v
head 1.1;
branch ;
access ;
symbols ;
locks ;
comment @# @;
1.1
date 94.01.17.14.59.32; author rstevens; state Exp;
branches ;
next ;
desc
@@
1.1
log
@08Dec93 version for