代码搜索结果
找到约 10,000 项符合
FPGA 的代码
fpga.lst
C51 COMPILER V7.50 FPGA 11/27/2008 11:07:27 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE FPGA
OBJECT MODULE PLACED IN fp
fpga.c
/**************************************************************
demo.c
linux driver example for UP-netarm3000 & UP-netarm2410
It can be compiled for x86 PC
author: zou jian-guo
fpga.vhd
library ieee;
use ieee.std_logic_1164.all;
use work.pack.all;
use work.components_pack.all;
entity sppe is
port (
clk, rst : in std_logic;
adc : in input_type;