
FPGA
文章平均质量分 60
ant2013
这个作者很懒,什么都没留下…
展开
-
nios ii编译错误之“couldn't allocate heap, Win32 error 487”
系统是win7,来源于“MSDN-我告诉你”的“cn_windows_7_ultimate_with_sp1_x86_dvd_u_677486”。软件是“Quartus II9.0”和配套的“nios II9.0”,编译最基本的“hello_world”程序出了错误,程序如下:#include int main(){ printf("Hello from Nios II!原创 2013-03-25 13:38:40 · 4605 阅读 · 0 评论 -
Error:No CFI table found at address 0x00000000
软件版本:quartues II9.0 和nios II9.0;系统版本:今天我将程序下载到板子上的Flash时,出现了以下的问题:cn_windows_7_ultimate_with_sp1_x86_dvd_u_677486(来源于MSDN-我告诉你)#!/bin/sh## This file was automatically generated by the Nios I原创 2013-03-25 19:25:41 · 2246 阅读 · 1 评论 -
_alt_types_h_定义规则
#ifndef __ALT_TYPES_H__#define __ALT_TYPES_H__/* * Don't declare these typedefs if this file is included by assembly source. */#ifndef ALT_ASM_SRCtypedef signed char alt_8;typedef unsi原创 2013-04-16 08:33:10 · 2080 阅读 · 0 评论 -
异步FIFO的FPGA实现
本文大部分内容来自Clifford E. Cummings的《Simulation and Synthesis Techniques for Asynchronous FIFO Design》,同时加上一些自己的一些理解,有兴趣的朋友可以阅读原文。一、FIFO简介 FIFO是英文First In First Out 的缩写,是一种先进先出的数据缓存器,它与普通存储器的区别是没有外部读写地转载 2013-04-27 09:13:12 · 1840 阅读 · 1 评论 -
Error: UNexpected error in JTAG server-- error code 44
我之前使用Quartus II9.1开发环境,使用USB-Blaster下载EP2C20Q的片子,没有出现任何的问题,当我在使用Quartus II11.0的开发环境,使用同一个USB-Blaster去下载EPM240的时候,不知为何出现了如下的错误提示:Error:Can't access JTAG chainError:Unexpected error In JTAG server--原创 2013-05-20 09:42:28 · 13150 阅读 · 4 评论 -
Quartus ii分配引脚的三种方式
在Altera公司提供的Quartus ii软件里,我们可以发现三种分配管脚的方式。1、针对管脚较少的情况,我们可以采用Assignments—>Assignment Editor进行管脚分配。原创 2013-10-13 22:53:02 · 26536 阅读 · 0 评论 -
PS/2鼠标接口协议
一、PS/2鼠标接口 PS/2接口用于许多现代的鼠标和键盘,由IBM最初开发和使用。物理上的PS/2接口有两种类型的连接器:5脚的DIN和6脚的MINI-DIN。 二、鼠标的接口协议原理 PS/2鼠标接口采用一种双向同步串行协议。即每在时钟线上发一个脉冲,就在数据线上发送一位数据。但是在相互传输中 ,主机是拥有总线控制权的原创 2013-11-11 21:04:23 · 10454 阅读 · 0 评论