2018-05-01から1ヶ月間の記事一覧
The synthesis result of Casex and Casez is the same. Details are on the following page. Are Casex and Casez are synthesizable or not? - Quora
Today, I went to the University (alma mater). I met with a professor (laboratory boss). We talked about classmates and lectures at the time. I felt nostalgic about my school days. And I remembered my old friends.It was a good day.
ダイクストラ法、構造化プログラミング、セマフォ、etc. ダイクストラ法、構造化プログラミング、セマフォ等を考案した偉大な計算機科学者、エドガー・ダイクストラ博士。 1972年にACMチューリング賞を受賞した際の受賞講演(日本語訳)を見つけたのでメモし…
Interview with Dave Patterson and John Hennessy on Recode Decode Details are on the following page.www.recode.net
System programming "Process directory with python." Sample program to process the directory ### Sample program to process the directory. import os import glob import shutil # Create a directory. if (not(os.path.exists('poems'))): print('os…
新たなCPUの脆弱性であるVariant 4およびVariant 3aが見つかった 大手半導体メーカは対応に迫られている模様。 詳細は以下のページにて。forest.watch.impress.co.jp developer.arm.com msyksphinz.hatenablog.com wired.jp
The following is a RISC-V Barcelona workshop videos. If you are interested in RISC-V, please look.1 RISC V ISA & Foundation Overview - YouTube
Which is the best book and website to study verilogHDL coding ? https://www.quora.com/Which-is-the-best-book-to-study-verilog-coding book Verilog HDL (paperback)作者: Samir Palnitkar出版社/メーカー: Prentice Hall発売日: 2003/02/21メディア:…
dpkg: エラー: ファイル '/var/lib/dpkg/updates/0006' を解析。0 行目付近: フィールド名 `#padding' に改行 "sudo dpkg --configure -a"を実行した際にこのエラーにはまったのでメモしておく。 解決方法 update中に使われる一時ファイルが残留しているよう…
webにてRISC-Vの日本語訳マニュアルを発見したのでメモしておく。 (英語が苦手な私としては大変助かる。翻訳してくれた方に感謝です。)github.com
Build a PC with RISC-V Microsemi released HiFive Unleashed Expansion Board. This board has the potential to build a personal computer based on the RISC-V processor.For details, see the following page.www.designnews.com
Compile and execute the program with RISC-V ISS. Compile, assemble, and dump programs using RISC-V ISS. The target program to be compiled #include<stdio.h> int main() { printf("Hello World\n"); return 0; } Compiling the program. riscv64-unknown-elf</stdio.h>…
RISC-Vについて以下の項目で完結にまとめられている記事を見つけたのでメモしておく。 開発における「共通言語」となるアーキテクチャ Spectreのような問題を、チップメーカーが協力して解決できるようになる可能性がある。 独自チップの需要は拡大 RISC-Vを…