代码搜索结果

找到约 6,434 项符合 FPGA 的代码

fpga.c

/* * (C) Copyright 2001-2003 * Matthias Fuchs, esd gmbh germany, matthias.fuchs@esd-electronics.com * Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com * * See file CREDITS for lis

fpga.h

/* * (C) Copyright 2002 * Rich Ireland, Enterasys Networks, rireland@enterasys.com. * Keith Outwater, keith_outwater@mvis.com. * * See file CREDITS for list of people who contributed to this * p

fpga.c

/* * (C) Copyright 2001-2003 * Matthias Fuchs, esd gmbh germany, matthias.fuchs@esd-electronics.com * Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com * * See file CREDITS for lis

fpga.txt

#include void delay(unsigned int n) // 软件延迟函数 { volatile int i; for(;n>0;n--) { for(i=0;i