FPGA開発日記

カテゴリ別記事インデックス https://msyksphinz.github.io/github_pages , English Version https://fpgadevdiary.hatenadiary.com/

2022-08-17から1日間の記事一覧

サイクルベースシミュレータSniperについて調査する

http://snipersim.org/download/980fe7028b4bf959/git/sniper.git Sniperはサイクルベースのトレース型シミュレータだ。インストールの手順をメモしておく。 Docker上へのインストール方法は以下の通りだ。 cd sniper/docker make # build the Docker image …