代码搜索结果
找到约 10,000 项符合
FPGA 的代码
fpga_load.c
/* 用8031加载ALtera的FPGA,也可用于Xilinx的FPGA的加载 */
void load_epld(void)
{
unsigned char data i;
unsigned int data j;
unsigned char xdata * data pt;
SCON = 0x0; /* 设置8031工作在方式0,
fpga_spi.c
/*
* linux/arch/arm/omap/omap1/fpga_spi.c
*
* Copyright (C) 2006 GE Corporation
* Author: Yang Yong
*
* Download FPGA data to Ateral stratix2 FPGA via SPI
*
*/
/*
* l
fpga_pre.v
`include "rec.v"
`include "sec.v"
module fpga_pre(clk,rst,s_start,rec,sec,para0);
input clk,rst,rec,s_start;
//send
output sec;
reg sec;
//clk
reg bclk;
reg [7:0] cnt;
//mcu to
fpga_flowplus.gfl
# XST flow : Creating project file
top.prj
# xst flow : RunXST
top.prj
__projnav/top.xst
./xst
# XST flow : Creating project file
top.prj
# xst flow : RunXST
top.prj
__projnav/top.xst
./xst
fpga_driver.c
/* FPGA device driver, remap physical addr to kernel virtual addr, then to user space addr
// Kernel Module
// marxuxp@gmail.com
// for v2.6 kernel
*/
#include
#include