01 2019 档案

摘要:参考:http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fworkbench_cmd_menus.htm+ 接着上一篇的内容,上一篇中演示了如何添加一个右键菜单,而上次添加的菜单 阅读全文
posted @ 2019-01-30 10:45 wuhh123 阅读(347) 评论(0) 推荐(0) 编辑
摘要:上篇文章简单写了下怎么新建一个eclipse插件工程,这次写一下怎么在上次的工程中添加几个菜单,如菜单栏菜单、工具栏菜单、右键菜单等。 创建一个完成的菜单需要了解三个扩展点,即menus、commands、handlers,其中menus为菜单的扩展点,在引入菜单扩展点后,添加一个menu即添加了一 阅读全文
posted @ 2019-01-30 10:44 wuhh123 阅读(687) 评论(0) 推荐(0) 编辑
摘要:做一个eclipse插件来满足一下自己的工作需要,同时记录一下,以供以后参考与共同学习。本文主要讲解一步一步开发eclipse插件的过程,没有对每一步进行详细的讲解,如需查看详细介绍请自行百度、Google。 参考网站: http://www.ibm.com/developerworks/cn/ja 阅读全文
posted @ 2019-01-30 10:42 wuhh123 阅读(835) 评论(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 阅读(1138) 评论(0) 推荐(0) 编辑
摘要:最近Jim Wilson在邮件列表中给出了一个非常完整的介绍,讲解如何在GCC的相关工具中添加一条RISC-V指令。 binutils: 如果只是想在汇编的级别添加一条指令,那么只需要修改binutils而不用动编译器本身。 Kito Cheng提供了.insn模板。使用改模板可以全面定制每一条汇编 阅读全文
posted @ 2019-01-28 17:19 wuhh123 阅读(2686) 评论(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 阅读(1035) 评论(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 阅读(680) 评论(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 阅读(420) 评论(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 阅读(193) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示