自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Jimbo的博客

进阶之路

  • 博客(11)
  • 资源 (43)
  • 收藏
  • 关注

转载 Verilog任意整数分频电路

任意整数分频Verilog代码

2016-08-31 21:39:20 3843

原创 如何查看主板的base address

1、打开RW2、打开ACPI table3、在ACPI table里打开MCFG,即可看到Base Address

2016-08-30 20:36:52 1102

原创 modelsim时序仿真

具体仿真步骤参考:http://www.cnblogs.com/woshitianma/archive/2013/01/17/2865220.html 和 http://wenku.baidu.com/link?url=w4GXxAqgqQBAh-n_ZXR2EWFcQyqWSw6oQWBBvVzRffv0q2Cg5uxTOCWadHzd-m8QwKadrVYTUzaePk6kHFG3xNAq2T

2016-08-23 21:47:04 1353

转载 FPGA时钟约束

FPGA时钟约束时钟约束#**************************************************************# Create Clock#**************************************************************create_clock -pe

2016-08-22 18:01:14 14606

转载 altera的全局时钟

个人感觉时钟选择时CLKCTL蛮有用的。但是哪个信号是全局时钟就是综合器自己认为的吗,好像无法人为干涉。 哪些信号会消耗全局时钟网络呢?外部输入或者内部产生时钟,时钟使能,异步清零信号以及其他高扇出信号。 1—— AlteraAltera的综合器或者PR工具都会根据实际信号clock和reset,preset的fanout大小确定是不是用全局时钟资源。若用了全局时钟资源,你可以

2016-08-17 16:48:18 6814 1

转载 生成mif文件

mif文件就是存储器初始化文件,即memory initialization file,用来配置RAM或ROM中的数据。生成QuartusII11.0可用的mif文件,有如下几种方式:方法1:利用Quartus自带的mif编辑器优点:对于小容量RAM可以快速方便的完成mif文件的编辑工作,不需要第三方软件的编辑;缺点:一旦数据量过大,一个一个的输入会使人崩溃;使用方

2016-08-17 11:15:12 755

转载 FPGA里的RAM使用

我们知道,RAM是用来在程序运行中存放随机变量的数据空间,使用时可以利用QuartusII的LPM功能实现RAM的定制。  软件环境:QuartusII 11.0  操作系统:win7实现方法一、利用LPM_RAM:1.首先准备好存储器初始化文件,即.mif文件。  该文件的生成方法见《如何生成mif文件》;  本文预先生成了一个正弦波的数据文件,T

2016-08-17 10:59:17 36960

原创 C++点滴

Q1:下图为Dialog 对话框的Tab顺序,按Tab键时如何跳过顺序为7的编辑框?Answer:在要跳过的编辑框上右键->属性,Tabstop置为False即可。

2016-08-14 17:52:54 198

转载 crc8 c语言源程序

crc8 c语言源程序(作者:gliethttp)uint8 xCal_crc(uint8 *ptr,uint32 len){uint8 crc; uint8 i;    crc = 0;    while(len--)    {       crc ^= *ptr++;       for(i = 0;i        {           if(c

2016-08-10 10:12:07 1348

转载 不让bat文件运行命令结束后cmd窗口自动关闭

不让bat文件运行命令结束后cmd窗口自动关闭  方法1假设你的bat名字叫aaa.bat你可以新开一个bat,内容是start aaa.bat然后这个新的bat是不会自动关闭的 方法2要执行bat后不退出,可以在bat里的最后添加pause命令,暂停等你^^(不过再按键盘就没了) 方法3 推荐!!只要在bat文件

2016-08-09 16:23:48 22026

转载 .bat延时操作

http://mysuperbaby.iteye.com/blog/910991

2016-08-05 18:02:20 321

AX7010教程.zip

针对ALINX黑金FPGA开发板Xilinx ZYNQ开发板AX7Z010的pdf教程。 00_软件包说明及开机检测.pdf cource_s1_ALINX_ZYNQ(AX7010)2019开发平台FPGA教程V1.04.pdf course_s2_ALINX_ZYNQ(AX7010_AX7020)开发平台Vitis应用教程V1.04.pdf course_s3_ALINX_ZYNQ(AX7020_AX7010)开发平台Linux驱动教程V1.01.pdf course_s4_ALINX_ZYNQ(AX7020_AX7010)开发平台Linux应用教程V2.01.pdf

2021-07-29

CAN协议 ISO11898-1_2_3_4_5全套协议+CAN协议中文版.zip

CAN协议英文原版《ISO11898 part1~part5》加周立功的《CAN协议中文版.pdf》。 中文版CAN协议共36页,讲CAN协议讲的很清楚。 中英对照,事半功倍!权威资料,避免误导。

2021-07-08

CAN协议 ISO11898-1_2_3_4_5全套协议.zip

Can协议,ISO11898协议全套,part1~part5.

2021-06-21

MFR4310RM.pdf

FlexRay总线驱动器MFR4310RM官方英文原版数据手册。 1.1 Audience This reference manual is intended for application and system hardware developers who wish to develop products for the FlexRay MFR4310. It is assumed that the reader understands FlexRay protocol functionality and microcontroller system design.

2020-02-27

FlexRay_Protocol_Specification_V2.1_Rev.A.pdf

英文官方原版的FlexRay V2.1A协议。 Disclaimer This specification as released by the FlexRay Consortium is intended for the purpose of information only.The use of material contained in this specification requires membership within the FlexRay Consortium or an agreement with the FlexRay Consortium. The FlexRay Consortium will not be liable for any unauthorized use of this Specification.

2020-02-27

Building uClibc.pdf

在ucLinux下编译并安装uclibc。 uclinux是在emcraft网站上购买的,适用于stm32f429i-disco开发板。 编译goahead源码会用到。

2019-12-19

vim插件.rar

vim功能扩展插件。将doc里的文件复制到vim安装路径下的/usr/share/vim/vim72/doc/下,将plugin里的文件复制到/usr/share/vim/vim72/plugin/目录下,将.vimrc复制到~/.vimrc下,如果~/.vimrc存在就替换它。这样就可以完成vim的功能扩展了,vim摇身一变成了source insight。

2019-11-01

emcraft官网买的stm32f429i-discovery uclinux BSP

emcraft官网上花了99美元买的,ST公司的stm32f429i-discovery开发板上的uclinux BSP包。详情查看https://emcraft.com/products/343

2018-11-29

制作dos盘的工具U盘和硬盘

DOS盘制作工具,U盘和硬盘

2017-07-07

MS-DOS6.22光盘映像

MS-DOS6.22 boot disk

2017-07-07

VESA Monitor Timing Standard

2017-04-26

Modelsim后仿真详细步骤讲解

虽然大家都知道我还是重提一下仿真的概念。仿真验证工作占设计总工作量的70%“在这个设计规模达数百万门的ASIC可复用的知识产权IP和系统芯片SOC的时代仿真验证占到了设计总工作量的70%左右。设计团队

2017-04-26

PCB Design Guide

2017-04-11

嵌入式C语言代码编写规范

嵌入式C语言代码编写规范

2017-04-11

C++11国际标准.pdf

Information technology — Programming languages — C++

2017-04-10

LVDS Owner’s Manual

LVDS Owner’s Manual Low-Voltage Differential Signaling Spring 2004 3rd Edition

2017-04-10

Mastering the FreeRTOS Time kernel

Mastering_the_FreeRTOS_Real_Time_Kernel-A_Hands-On_Tutorial_Guide.pdf

2017-04-09

FreeRTOS reference manual v9.0.0

FreeRTOS v9.0.0 API

2017-04-09

win7/10 MSCOMM控件

win7/10 安装注册MSCOMM控件,内涵bat档,可自动安装。亲测win10 64位,vs2012可用。

2017-03-22

BIOS基础调试

内容简介 硬件基本访问方式 PCI IRQ Routing PCI Bus Decode BIOS与Memory映射 关机与重启 Strap引脚

2015-11-10

fcgi-2.4.1-SNAP-0910052249.tar.bz2

亲测可用的fastcgi程序源码。 我是用lighttpd+nginx+spawn-fcgi+fcgi-2.4.1搭建环境。使用C语言编写后台程序。 goahead也可以用。 apt install lighttpd apt install nginx apt install spawn-fcgi tar -xjvf fcgi-2.4.1-SNAP-0910052249.tar.bz2 cd fcgi-2.4.1-SNAP-0910052249 ./configure make make install vim /etc/lighttpd/lighttpd.conf 配置fastcgi模块 vim /etc/lighttpd/conf-avaliable/10-fastcgi.conf配置fastcgi

2022-12-06

vita46.11 System Management on VPX.pdf

VITA 46.11, System Management on VPX Revision 0.3 10-Mar-11 VSO

2021-07-29

VITA_42.0_Standard_for_XMC.pdf

Standard for VITA 42.0 XMC Approved ANSI Standard

2021-07-29

SSI Compute Blade Spec r1.0.1.pdf

SSI Compute Blade Specification November 2010 Revision 1.0.1

2021-07-29

System Management BIOS(SMBIOS) Reference Specification.pdf

SMBIOS Spec 版本:v2.7.1 DMTF DSP0134

2021-07-29

PICMG_3.0_R3.0 AdvancedTCA Base Specification.pdf

PICMG3.0标准协议 AdvancedTCA

2021-07-29

Network_Controller_Sideband_Interface (NC-SI) Specification Rev 1.0.0.pdf

NCSI标准协议 版本:v1.0.0

2021-07-29

NCSI Spec v1.1.0.pdf

NCSI标准协议 版本:v1.1.0 DMTF Network Controller Sideband Interface(NC-SI)Specification 共享网卡

2021-07-29

MODBUS TCP v1.0.pdf

ModBus/TCP v1.0协议 OPEN MODBUS/TCP Specification release 1.0

2021-07-29

low pin count interface specification.pdf

LPC总线协议 Intel Low Pin Count(LPC) Interfance Specification

2021-07-29

ipmi-spec-v1.0.pdf

IPMIv1.0 Intelligent Platform Management Bus Communications Protocal Specification v1.0

2021-07-29

Intelligent Platform Management Interface Specification(IPMI) v2.0.pdf

IPMIv2.0标准协议 BMC主协议 IPMI v2.0

2021-07-29

ipmi platform mgt fru info storage def r1.3.pdf

FRU标准协议 规定了FRU的格式及使用方法 BMC子协议

2021-07-29

IPMI A Gentle Introduction with openIPMI.pdf

openIPMI标准协议

2021-07-29

ipmb-spec-v1.0.pdf

智能平台管理总线IPMB的标准协议。 Intelligent Platform Management Bus Communications Protocol Specification v1.0 BMC子协议

2021-07-29

ipmb-address-allocation_r1.0.pdf

IPMB地址分配标准 IPMB v1.0 Address Allocation

2021-07-29

icmb-spec-v1-rev1.3.pdf

Intelligent Chassis Management Bus Bridge Specification v1.0 Document Revision 1.3 智能机箱管理总线标准协议 BMC管理子协议

2021-07-29

espi_base_specification_rev1.0.pdf

eSPI标准协议 eSPI Spec Intel资料

2021-07-29

Server Management Command Line Protocol(SMTP) v1.0.pdf

SMTP标准协议 DMTF-SMASH-DSP0214

2021-07-29

devicetree-specification-v0.2_.pdf

设备树官方标准协议

2021-07-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除