0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

低レイヤについて勉強メモ

Last updated at Posted at 2025-02-16

低レイヤ勉強記録

じっくり書いていると読みたいのに書くのが主になるので、そんなに書きません。
メモ程度です

参考書

コンピュータシステムの理論と実装

1.ブール論理(2025/2/14)

よくある論理としてAND,OR,NOT等々があるけど、NANDで実装可能
物理的に実装したのがゲート
シンプルなHDLを使って実装を行った。
 → ほんとにNANDだけでできちゃった...

2.ブール算術(2025/2/24)

1章で作成した論理ゲートで半加算器、全加算器、インクリメント、ALUの作成
2進数あたりが絡むのでいい復習だった
ALUは入力値の反転から和、ANDまで取れるので高性能なのかな?

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?