Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tkojima0107 authored Jul 4, 2020
1 parent 4ec1c5c commit 201524f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,24 @@ VMIPSから備わっているオプションに関しては[VMIPSのドキュメ
* dcachebnum: データキャッシュのブロック数 (数値)
#### メモリアクセス関連
* mem_bandwidth: メモリバンド幅 (ワード数を指定する) (数値)
* mem_access_latency: メモリアクセスにかかる遅延サイクル数
* bus_latency: 内部バスにおける遅延サイクル数 (数値)
* exmem_latency: 外部メモリにおける遅延サイクル数 (数値)
#### ルータ関連
* vcbufsize: virtual channelごとのバッファサイズ (数値)
* routermsg: ルータにおけるメッセージ表示有効化 (flag)
#### アクセラレータ
* accelerator0: 0番目のアクセラレータ (文字列)
* accelerator1: 1番目のアクセラレータ (文字列)
* accelerator2: 2番目のアクセラレータ (文字列)

#### SNACC向けオプション
* snacc_sram_latency: オンチップSRAMのレイテンシ (数値)
* snacc_inst_dump: コアで実行した命令をダンプする (文字列: 形式 "(チップID,コアID)")
* snacc_mad_debug: コアのmadユニットでの計算を表示する (文字列: 形式 "(チップID,コアID)")
※) snacc_inst_dump, snacc_mad_debugを利用するにはGCC 4.9以上でビルドする必要があります。

### プロファイルオプション
シミュレーション終了後にプロファイル結果を表示する
* cacheprof: キャッシュアクセス数、ミス率など (bool)
* routerprof: 転送フリット数など (bool)
* exmemprof: 外部メモリへのアクセス数 (bool)

0 comments on commit 201524f

Please sign in to comment.