Giter Club home page Giter Club logo

computer_logic_design's Introduction

コンピュータ論理設計 / Computer Logic Design

Tokyo Institute of Technology 2022-1Q

ACRi 接続方法 & 環境構築

環境構築

  1. code ~/.ssh/configでリモート接続時のコマンドを省略する
Host acri
  HostName gw.acri.c.titech.ac.jp
  User <user-name>
  PreferredAuthentications publickey
  UseKeychain yes
  AddKeysToAgent yes

のような内容を追加する。

  1. vscodeで Remote - SSH という拡張機能をインストール
  2. Connect to Host から acri へ接続する

接続方法

  1. 4. の方法でアクセスできた先では iverilog <filename>.vのような処理は行えないので、自分が予約したサーバへアクセスする。 ssh vs<server-number> でアクセスする。

  2. vscode側で、Open Folder から cld を選択し開く

  3. GUIでファイルを見ることができる

  4. ローカルからリモートへデータをアップロードする場合は、ドラック&ドロップで可能

  5. リモートからローカルへデータをダウンロードする場合は、ファイルを選択して右クリックでダウンロードが可能(ファイル指定でするのは面倒なので、ダウンロードしたいファイルをまとめてフォルダにするのが良い )

参考資料

ローカル環境で iverilog を使えるようにする

  1. brew install icarus-verilog
    homebrew-icarus-verilog

  2. brew install --cask xquartz gtkwave
    GTKWaveのインストール

参考資料

Qiita: iverilog MacOS

Vivado, Vitis (SDK) 関連

参考資料

ACRi: サーバで Vivado と Vitis (または SDK) を使用する

Verilog-HDL の文法

Verilog-HDL

Remote DeskTop上で日本語キーボードが正しく入力できない問題

  1. gnome-session-properties
  2. Add -> setxkbmap jp -> Save

参考

Icarus Verilog のコンパイルオプション

iverilog -s m_top -W all code121.v

参考 参考

computer_logic_design's People

Contributors

okoge-kaz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.