maromaSamsa

@maromaSamsa

Joined on Sep 28, 2021

  • Reference source code commit 033312c This project is integrated in RISC-V instruction simulator rv32emu Objective of the project In this project, several knowledge will be mentioned, I will try to explain these computer science concept and give the examples. What is fixed-point, and the difference between it and floating point. How to implement basic arithmetic of fixed-point.
     Like  Bookmark
  • GitHub Link Aim of this lab Assignment2: RISC-V Toolchain Write a RISCV code that has fewer CSR cycles than c compiler does. ELF Before starting... I would like to know a little bit concept of GNU Toolchain for RISC-V, and familiar with it. Therefore, I followed the instruction from the requirement of the assignment:
     Like  Bookmark
  • GitHub Link Aim of this lab Assignment1: RISC-V Assembly and Instruction Pipeline Following the instructions of Lab1: RV32I Simulator, you shall write RISC-V assembly programs (RV32I ISA) and output to the console with environment calls. You have to explain how each instruction works along with Ripes simulator. Problem
     Like  Bookmark
  • Contributed by < group7 > P86104110 黃柏瑜 P88104069 張安之 S98081054 高明蔚 Overview Our project design an addaptable low latancy response prosthetic control system based on the deep learning technique, While ensuring its accuracy, we have shortened the detection time so that it can operate with lower latency. Target Issue Prosthetic control
     Like  Bookmark
  • 發表時間:2021.10.18 前言 閱讀教學文章之前,請先確認你的mac已經安裝VS code,並且已經安裝設置好相關套件,可以對C++程式碼進行編譯以及除錯。若尚未完成,可以參考 vscode 官方的教學文章 因研究需求,第一次接觸 macOS 的我對於這邊的各種快捷鍵、視窗界面可以說是用得相當不順手,光是尋找檔案路徑就令我十分頭痛。但在經歷一段陣痛期之後,發覺相較於 Windows 系統,這顆蘋果還是有一些優點的(不過若沒有特殊需求,也不用特地買一台來玩,筆者認為 Ubuntu 免費又好用QQ)。 撰寫文章時稍微做了一些資料蒐集了解到,由於 MacOS 源於類Unix家族的 Darwin,作業系統的服務和使用者空間工具則以 BSD 為基礎,在 C/C++ 的支援上會比 Windows 好得多,在蘋果自家的 IDE , Xcode 上除可以撰寫 Swift 外,其實也可以進行 C/C++的 開發。 本文是筆者踩過ㄧ整趟架設時發生的各種坑之後,所做整理出的安裝教學,在完成每一個步驟之後均會做一些檢核機制,若中途發生錯誤,請回頭確認是否有疏漏了哪些環節。另外考慮到有些人因為各種專有名詞的不熟悉而看得頭昏眼花,我會盡量對其做相關的補充說明。
     Like 1 Bookmark