Scala RISC-V

在线scala编程 https://scalafiddle.io/ Scala教程 http://www.runoob.com/scala/scala-tutorial.html https://www.yiibai.com/scala/scala_strings.html http://wiki.jikexueyuan.com/project/scala-development-guide/add-scope.html

一个好的scala spark kafka Hadoop资料网站 https://www.iteblog.com/

大量的RISC-V文章(可下载) https://blog.csdn.net/zzwu/article/details/54798818

小牛学堂教程 http://www.edu360.cn/news/tutorials/content?id=3859

programming in scala(scala编程中文版)相关代码及资源 https://booksites.artima.com/programming_in_scala_2ed

scala for eclise安装 http://scala-ide.org/docs/current-user-doc/gettingstarted/index.html 中有http://scala-ide.org/download/nightly.html 插件for eclipse下载

Eclipse 安装scala插件 https://blog.csdn.net/juan0728juan/article/details/74531922 (我安装前面二项就成功了,但源码跟踪时不能看到源码)

1. scala2.12.6.msi 安装

2. 配置SCALA_HOME 及path路径

  SCALA_HOME C:\Program Files (x86)\scala

  PATH :%SCALA_HOME%\bin

3. 安装eclipse-scala-plugin插件,下载地址http://scala-ide.org/download/current.html 其中有如下说明:
Eclipse 4.7 (Oxygen)
Update site installation
http://download.scala-ide.org/sdk/lithium/e47/scala212/stable/site
(If you cannot use the update site, a downloadable local update site is available: zipfile)
我下载了zipfile文件

解压缩以后把plugins和features复制到eclipse目录,重启eclipse以后即可。

http://developer.51cto.com/art/200907/138000.htm 位移方面的运算符

想尝试RISC-V处理器?从以下Xilinx FPGA开发套件开始!

http://xilinx.eetrend.com/news/10495

1:Scala 是一门怎样的语言,具有哪些优缺点? https://www.zhihu.com/question/19748408

2:RISC-V开源项目为什么选用chisel这种新的高层次建模语言,而不是SystemVerilog? https://www.zhihu.com/question/58584770/answer/159303395

3:本站点希望能够为国内的RISC-V开发者和爱好者提供便利 https://cnrv.io/

4:64位开源处理器Rocket的源代码简单介绍(https://github.com/ucb-bar/rocket 下载Rocket的全部源码) https://blog.csdn.net/leishangwen/article/details/46604819

5:RISC V Rocket-chip 模拟器使用笔记(一) https://blog.csdn.net/idevede/article/details/79538864

6:RISC-V学习第一篇 - rocket环境的建立 https://blog.csdn.net/MayCiCi/article/details/73024352

7:RISC-V学习第一篇 - boom环境的建立 https://blog.csdn.net/MayCiCi/article/details/72857900

8:基于DE2的开源片上系统Freedom E310移植 https://blog.csdn.net/leishangwen/article/details/72982044

9:开源 RISC-V 架构正在改变 IoT 处理器的游戏规则 http://laoyaoba.com/ss6/html/11/n-665611.html

10:Chisel实验笔记(一) https://blog.csdn.net/leishangwen/article/details/46225587

11:chisel入门踩坑 https://blog.csdn.net/ds1231h/article/details/72773081

chisel3代码下载 https://github.com/freechipsproject/chisel3

12:基于RISC-V架构的开源处理器及SoC研究综述 https://blog.csdn.net/u013710265/article/details/70336301

13:picoRV32 CPU introduction(开源cpu) https://blog.csdn.net/kuankuan02/article/details/79222173

14:使用gnu 编译picoRV32 c/asm 代码 https://blog.csdn.net/kuankuan02/article/details/79264180

15:picoRV32 (RISC-V) GCC 编译环境 https://blog.csdn.net/kuankuan02/article/details/79233442

16:大量的RISC-V文章 https://blog.csdn.net/zzwu/article/details/54798818

17:EETOP网友呕心沥血翻译大作:RISC-V资料大全中文版 http://xilinx.eetop.cn/viewnews-2744 具体下载网址: http://bbs.eetop.cn/thread-604886-1-1.html

18:开源超功耗RISC-V处理器CPU蜂鸟E200 github中有代码(https://github.com/SI-RISCV/e200_opensource/tree/master/doc) http://bbs.eetop.cn/thread-663279-1-1.html

19:开源专用集成电路原型套件 BaseJump https://tieba.baidu.com/p/5000526273

20:想尝试RISC-V处理器?从以下Xilinx FPGA开发套件 https://tieba.baidu.com/p/4962103218

21:伯克利的chisel3网址 https://chisel.eecs.berkeley.edu/

22:伯克利的chisel-tutorial网址 https://github.com/ucb-bar/chisel-tutorial

http://repo.springsource.org/plugins-release/edu/berkeley/cs/

23:verilator官方文档 https://www.veripool.org/wiki/verilator

24:Boom环境的搭建 https://blog.csdn.net/lpn709695399/article/details/76714101

25:各种开源实现 https://baike.baidu.com/item/RISC-V/22606314?fr=aladdin

26:picoRV32 CPU introduction(开源cpu) https://blog.csdn.net/kuankuan02/article/details/79222173

27:使用gnu 编译picoRV32 c/asm 代码 https://blog.csdn.net/kuankuan02/article/details/79264180

28:picoRV32 (RISC-V) GCC 编译环境 https://blog.csdn.net/kuankuan02/article/details/79233442

29: http://www.misclogic.com/html/2017-05-07-chisel-vs-verilog.htm

30:旧板子新玩法——DE2上运行Freedom E310 Freedom E310是一个开源SoC,其处理器核心是RISC-V架构的开源处理器E3 Coreplex,由SiFive公司设计发布的 https://blog.csdn.net/leishangwen/article/details/56298462

30:Chisel Tutorial(八)——运行与测试(总共有多篇帖子,此处只列第八篇) https://blog.csdn.net/leishangwen/article/details/47975145

31: https://blog.csdn.net/leishangwen/

32:Support for zScale on Spartan6 FPGAs (我有Spartan6硬件,所以这个网页可以好好研究) https://github.com/ucb-bar/fpga-spartan6

33:RIDECORE开源处理器 RIDECORE是一款采用RISC-V指令集(www.riscv.org )的开源处理器( https://github.com/ridecore/ridecore ), 它采用了2路超标量乱序执行结构。分支预测采用了经典的GShare算法,可以很好的参考

转载于:https://my.oschina.net/u/2963604/blog/1801313

  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值