代码搜索:FPGA加速
找到约 10,000 项符合「FPGA加速」的源代码
代码结果 10,000
www.eeworm.com/read/318858/3561870
lst netlist.lst
f:\trainsilicon\fpgaschool\testcade\fpga40xc200\basic2\iic\ise\iic\i2c.ngc 1140949829
OK
www.eeworm.com/read/315673/3616879
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity fpga_core is
generic(
idle : integer := 1;
start : integer := 17;
write : integer := 2;
www.eeworm.com/read/436752/1845007
rsp runxst_tcl.rsp
set allSynthModules {pwron.MOD reset.MOD clkgen.MOD ps2dec.MOD fpga_40Aps2.MOD}
www.eeworm.com/read/436752/1845030
lst netlist.lst
f:\trainsilicon\fpgaschool\testcade\fpga40xc200\basic2\iic\ise\iic\i2c.ngc 1140949829
OK
www.eeworm.com/read/436462/1848663
lst netlist.lst
f:\trainsilicon\fpgaschool\testcade\fpga40xc200\basic2\iic\ise\iic\i2c.ngc 1140949829
OK
www.eeworm.com/read/334090/12640211
gel gsample_arm9_emif.gel
/* EMIF Configuration GEL file
This GEL file collects every EMIFF & EMIFS possible configurations
according to the Memory Module available on Thalassa & the FPGA EMIFS mode
*/
menuitem "EMIF
www.eeworm.com/read/315669/13538554
srd cmos_fifo_usb.srd
f "noname"; #file 0
f "c:\libero\synplify\synplify_88a1\lib\proasic\proasic3.v"; #file 1
f "h:\fpga_test\cmos_fifo_usb\smartgen\two_port1280x8\two_port1280x8.v"; #file 2
f "h:\fpga_test\cmos_fifo_u
www.eeworm.com/read/18079/774160
lkf debug.lkf
-z -q -c -m"./Debug/fpga_loader.map" -o"./Debug/fpga_loader.out" -x -i"../../lib" -i"D:/CCStudio_v3.1/C6000/rtdx/lib" -i"D:/CCStudio_v3.1/C6000/csl/lib" -i"D:/CCStudio_v3.1/C6000/xdais/lib" -i"D:/CCSt
www.eeworm.com/read/490252/6306641
m just_ac.m
function BDAC=JUST_AC(QAL,ACL,NL,nL)
%判断加速度约束
BDA=[1,1,1];
for i=1:NL;
for j=1:nL;
if abs(QAL(i,j))>ACL(i);
BDA(i)=0;
break;
end
end;
if B
www.eeworm.com/read/225696/14524592
h car.h
//Car.h,类CCar的定义文件
class CCar
{
public:
//成员数据
char m_Model[255]; //汽车型号
int m_Year; //汽车生产日期
//成员函数
void Start(); // 启动
void Accelerate(); // 加速
};