内容简介:RISC-V Instruction Set Simulator Built For Education.
Vulcan
RISC-V Instruction Set Simulator Built For Education.
Features
- RV32I Extension.
- RV32M Extension.
- Visualization of programming counter (PC), machine code and original instructions side-by-side.
- Embedded editor inside Vulcan.
- Integer registers visualization.
- Single precision floating-point registers visualization.
- Memory visualization.
- Syntax Error Alert.
To do (In a near future)
- RV32F Extension. ( Studying how to do it in a proper way... )
- RV32A Extension. ( Maybe... )
Limitations
- Unfortunately, by the time that I did the initial version, Flutter Web does not support responsive web apps. Because of it, one must use Vulcan in fullscreen mode. Otherwise, the app will throw overflow exceptions.
Usage
Web Browser Status
- Google Chrome
- Mozilla Firefox
- Microsoft Edge
How to use it?
- You must be familiar with RISC-V Assembly in order to use Vulcan properly. If you want to learn about it, you can check the documentation folder inside this repository.
How to simulate my RISC-V Assembly code?
- You must go to the "Editor" tab and write your code inside the editor. When you are done, press the "Simulate" button.
Local Usage
- First of all, you must install the Dart SDK in your computer: https://dart.dev/
- Then, you need to install the Flutter framework: https://flutter.dev/
- Since Vulcan is a Flutter WebApp, you must install the Web extension. More info can be found here: https://flutter.dev/docs/get-started/web
- After that, you can download this repository as a zip folder. Extract it in your machine. In the command line, get inside it and finally run the following command:
flutter run -d chrome
- Then you can use it as you please.
- This is the version 1.0 (not the final).
Web usage
- You can use Vulcan online by the following link: https://vmmc2.github.io/vulcan
- This is the version 1.0 (not the final).
Bugs and Errors
- If you find any bugs, errors or strange behavior, feel free to open an issue. The only thing that I ask is to provide a detailed explanation of the bug/error/strange behavior. If possible, provide a screenshot.
Screenshots
Home Page
Editor Page
Simulator Page 1
Simulator Page 2
Simulator Page 3
Simulator Page 4
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
图解物联网
[ 日] NTT DATA集团、河村雅人、大塚纮史、小林佑辅、小山武士、宫崎智也、石黑佑树、小岛康平 / 丁 灵 / 人民邮电出版社 / 2017-4 / 59.00元
本书图例丰富,从设备、传感器及传输协议等构成IoT的技术要素讲起,逐步深入讲解如何灵活运用IoT。内容包括用于实现IoT的架构、传感器的种类及能从传感器获取的信息等,并介绍了传感设备原型设计必需的Arduino等平台及这些平台的选择方法,连接传感器的电路,传感器的数据分析,乃至IoT跟智能手机/可穿戴设备的联动等。此外,本书以作者们开发的IoT系统为例,讲述了硬件设置、无线通信及网络安全等运用Io......一起来看看 《图解物联网》 这本书的介绍吧!