摘要: 做一个eclipse插件来满足一下自己的工作需要,同时记录一下,以供以后参考与共同学习。本文主要讲解一步一步开发eclipse插件的过程,没有对每一步进行详细的讲解,如需查看详细介绍请自行百度、Google。 参考网站: http://www.ibm.com/developerworks/cn/ja 阅读全文
posted @ 2019-01-30 10:42 wuhh123 阅读(812) 评论(0) 推荐(0) 编辑
摘要: 21 JUNE 2017 AGENDA TOOLCHAIN INSTALLATION CUSTOM INSTRUCTION DESCRIPTION ADDING “MAC” INSTRUCTION TO THE RV32IM TESTING RV32IM BRAND NEW INSTRUCTION 阅读全文
posted @ 2019-01-28 17:24 wuhh123 阅读(1118) 评论(0) 推荐(0) 编辑
摘要: 最近Jim Wilson在邮件列表中给出了一个非常完整的介绍,讲解如何在GCC的相关工具中添加一条RISC-V指令。 binutils: 如果只是想在汇编的级别添加一条指令,那么只需要修改binutils而不用动编译器本身。 Kito Cheng提供了.insn模板。使用改模板可以全面定制每一条汇编 阅读全文
posted @ 2019-01-28 17:19 wuhh123 阅读(2568) 评论(0) 推荐(0) 编辑
摘要: GNU MCU Eclipse RISC-V Embedded GCC - the build scripts These are the scripts and additional files required to build the GNU MCU Eclipse RISC-V Embedd 阅读全文
posted @ 2019-01-28 17:18 wuhh123 阅读(1018) 评论(0) 推荐(0) 编辑
摘要: Mon, Jul 10, 2017 gem5 This is a tutorial on how to add an instruction to the RISCV ISA, how to write program with the special instruction. I will als 阅读全文
posted @ 2019-01-28 17:16 wuhh123 阅读(663) 评论(0) 推荐(0) 编辑
摘要: On Fri, Aug 3, 2018 at 5:41 AM, Tommy Murphy <tommy_...@hotmail.com> wrote: > I know that this (or something similar) has been asked a few times befor 阅读全文
posted @ 2019-01-28 17:15 wuhh123 阅读(417) 评论(0) 推荐(0) 编辑
摘要: To add a new instruction to RISCV, we must add it to our compiler (riscv-gnu-toolchain for now) and whatever simulator/emulator we're using (spike for 阅读全文
posted @ 2019-01-28 17:12 wuhh123 阅读(192) 评论(0) 推荐(0) 编辑