代码搜索结果
找到约 10,000 项符合
V 的代码
video.v
// FPGA PACMAN video hardware
//
// Version : beta2
//
// Copyright(c) 2002,2003 Tatsuyuki Satoh , All rights reserved
//
// Important !
//
// This program is freeware for non-commercial use.
adec.v
//
// FPGA PACMAN addredd decoder
//
// Version : beta2
//
// Copyright(c) 2002 Tatsuyuki Satoh , All rights reserved
//
// Important !
//
// 1. License
//
// This program is freeware for n
inport.v
//
// FPGA PACMAN I/O interface
//
// Version : beta1
//
// Copyright(c) 2002 Tatsuyuki Satoh , All rights reserved
//
// Important !
//
// This program is freeware for non-commercial use.
sound.v
//
// FPGA PACMAN waveform sound
//
// Version : beta2
//
// Copyright(c) 2002,2003 Tatsuyuki Satoh , All rights reserved
//
// Important !
//
// This program is freeware for non-commercial u
irq.v
//
// FPGA PACMAN IRQ / vector handler
//
// Version : beta2
//
// Copyright(c) 2002,2003 Tatsuyuki Satoh , All rights reserved
//
// Important !
//
// This program is freeware for non-commer
dac.v
//
// XAPP154 based SigmaDeltaPCM Module
//
// Important !
//
// This program is freeware for non-commercial use.
// An author does no guarantee about this program.
// You can use this under y
amemory.v
/////////////////////////////////////////////////////////////////////////////
// FPGA PACMAN memory interface for ALTERA CYCLONE
//
// Version :
//
// Copyright(c) 2002,2003 Tatsuyuki Satoh , All
top.v
/////////////////////////////////////////////////////////////////////////////
// FPGA PACMAN TOP
//
// Version : beta2
//
// Copyright(c) 2002,2003 Tatsuyuki Satoh , All rights reserved
//
// I
clock.v
//
// FPGA PACMAN clock generator
//
module clock(
I_CLK_18M,
O_CLK_12M,
O_CLK_06M,
O_CLK_06Mn
);
input I_CLK_18M;
output O_CLK_12M;
output O_CLK_06M;
output O_CLK_06Mn;
// 2/3 clo
we.v
/*产生写FIFO信号,在默认情况下,一帧数据是640*480大小,并且分两场传输,奇场和偶场*/
module we(reset,pclk,hsync,vsync,wrst,wclk,we_s,int1r,yi,uvi,yo,uvo,GPIO3,rrst);
input reset,pclk,hsync,vsync,GPIO3,rrst;
input[7:0] yi,uvi;
o