摘要: 系统版本OpenWrt Chaos Calmer 15.05.1,网络连接为:WAN口连接内网10.x.x.x网段,WAN口设置为静态IP。设置L2TP接口,通过L2TP访问外网。问题出现于,所有外网域名均可解析和访问,telnet或ssh登入OpenWRT,在OpenWRT上可以ping通外网,W 阅读全文
posted @ 2017-01-03 09:01 BH5HSV 阅读(10217) 评论(0) 推荐(0) 编辑
摘要: 1 //*************************************************************************** 2 // Copyright(c)2016, Lyu Yang 3 // All rights reserved 4 // 5 // File name : wb_xmigddr.v ... 阅读全文
posted @ 2016-12-07 22:10 BH5HSV 阅读(470) 评论(0) 推荐(0) 编辑
摘要: 1 /* 2 ************************************************************************************************ 3 * File : wb_ram.v 4 * Module : wb_ram 5 * Author : Lyu Yang 6 * Date : ... 阅读全文
posted @ 2016-12-06 09:04 BH5HSV 阅读(590) 评论(0) 推荐(0) 编辑
摘要: Windows系统下subst可以临时将目录分配一个盘符。 将路径与驱动器号关联。 SUBST [drive1: [drive2:]path]SUBST drive1: /D drive1: 指定要分配路径的虚拟驱动器。 [drive2:]path 指定物理驱动器和要分配给虚拟驱动器的路径。 /D 阅读全文
posted @ 2016-11-28 09:52 BH5HSV 阅读(4654) 评论(0) 推荐(0) 编辑
摘要: 下面是一个使用Win32 API进行UART编程的简单示例。 阅读全文
posted @ 2016-08-07 16:38 BH5HSV 阅读(424) 评论(0) 推荐(0) 编辑
摘要: 某些时候,我们在使用Altera FPGA的时候,尤其是涉及SoC系统的时候,通常需要一个串口与PC交互。使用Altera的USB-Blaster免去了外接一个串口。我们可以使用下面所述的IP核通过USB-Blaster将PC的字符传入FPGA或者从FPGA将字符数据发送至PC。 下面贴出一个Wis 阅读全文
posted @ 2016-06-01 20:10 BH5HSV 阅读(972) 评论(0) 推荐(0) 编辑
摘要: 启动工具 diskpart 列出磁盘列表 list disk 选择磁盘 select disk 1 转换为GPT分区 convert gpt 列出分区 list partition 清除所有分区 clean 创建esp分区 create partition efi size=255 创建分区 cre 阅读全文
posted @ 2016-02-28 18:47 BH5HSV 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 用于开源处理器OpenRISC精简版AltOR32的软件开发,使用的工具链为or1k-elf-gcc,Makefile和连接脚本为: 1 #*********************************************************************************************** 2 # File : Makefile ... 阅读全文
posted @ 2016-02-18 12:30 BH5HSV 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 本文举例介绍射频矢量调制器。 以ADI公司的AD8341为例,该调制器原理框图如下: 该矢量调制器可以实现幅度、相位的调制。频率范围从1.5GHzto 2.4GHz,幅度控制动态范围有30dB,从-4.5dB to -34.5dB,相位在360度内可调。输出三阶交截点(OIP3)达到17.5... 阅读全文
posted @ 2015-10-04 09:36 BH5HSV 阅读(2219) 评论(0) 推荐(0) 编辑
摘要: 1 // DSP48A1 : In order to incorporate this function into the design, 2 // Verilog : the following instance declaration needs to be placed ... 阅读全文
posted @ 2015-10-02 20:14 BH5HSV 阅读(2179) 评论(0) 推荐(0) 编辑