摘要: // Copyright 2018 ETH Zurich, University of Bologna and Greenwaves Technologies. // Copyright and related rights are licensed under the Solderpad Hard 阅读全文
posted @ 2021-04-20 19:21 digital-world 阅读(335) 评论(0) 推荐(0) 编辑
摘要: // Copyright 2018 ETH Zurich, University of Bologna and Greenwaves Technologies. // Copyright and related rights are licensed under the Solderpad Hard 阅读全文
posted @ 2021-04-19 12:44 digital-world 阅读(70) 评论(0) 推荐(0) 编辑
摘要: // Copyright 2018 ETH Zurich, University of Bologna and Greenwaves Technologies. // Copyright and related rights are licensed under the Solderpad Hard 阅读全文
posted @ 2021-04-13 09:36 digital-world 阅读(97) 评论(0) 推荐(0) 编辑
摘要: module rc_ram #(parameter RC_WIDTH = 22, parameter ADDR_WIDTH = 5, parameter INIT_FILE = "../testbench/rc.dat" ) ( input logic clk, input logic rst_n, 阅读全文
posted @ 2021-04-13 09:33 digital-world 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 以上代码第23行报错: 参考做法:https://blog.csdn.net/andos/article/details/8973368 将Person改为新类,问题解决。 阅读全文
posted @ 2019-01-20 15:56 digital-world 阅读(3034) 评论(0) 推荐(1) 编辑
摘要: #include #include #include int main(int argc, char *argv[]) { int i ; int fd ; char wbuf[] = "This is write file test!"; printf("hello, world!\n"); fd=open("t... 阅读全文
posted @ 2018-08-01 22:33 digital-world 阅读(1917) 评论(0) 推荐(0) 编辑
摘要: 一、地图(转) 1号线 上车之前 上车前先逆时针绕车一周,在左前和右后位置分别按触摸按钮。 上车准备 上车后调整座椅,后视镜,系安全带。 调整灯光,将光灯复位为近光灯。 试踩离合器,回空档。 注意:打火时必须空挡,打火时间不能超过2秒。 以上检查之后开始打指纹。 模拟灯光夜考 开始模拟夜间灯光操作。 阅读全文
posted @ 2018-06-26 23:01 digital-world 阅读(1787) 评论(0) 推荐(0) 编辑
摘要: 一、前言 最近进行uClinux移植,make menuconfig时碰到如下问题: 二、解决 参考<http://www.alteraforum.com/forum/archive/index.php/t-38370.html> 文中提到的将mconf重新编译可解决问题,但文中未提及如何重新编译。 阅读全文
posted @ 2017-02-14 22:14 digital-world 阅读(589) 评论(0) 推荐(0) 编辑
摘要: 一. 前言 Skyeye是一个嵌入式开发板模拟软件,支持多种指令集、多种CPU。本文介绍Skyeye-1.3.5工具的安装。基于以下环境: 1. Ubuntu14.04 LTS (32位), 运行于VMWare虚拟机中; 2. Skyeye-1.3.5; 二、 准备 1. 下载Skyeye-1.3. 阅读全文
posted @ 2017-01-08 21:13 digital-world 阅读(2285) 评论(0) 推荐(0) 编辑
摘要: 一、前言 闲来无事,在X宝上搜寻了一套DE2-115的FPGA开发板以丰富业余生活。虽附带光盘里包含各外设及组件驱动及接口样例,但本着“不捣腾不痛快”的折腾精神,将DE2-115的各个外设重新整理并玩转一遍。 DE2-115全貌见下图,LCD1602是一个简单、实用的显示交互界面;DE2-115中的 阅读全文
posted @ 2016-12-17 11:37 digital-world 阅读(3656) 评论(0) 推荐(0) 编辑