FPGA開発日記

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

2021-01-24から1日間の記事一覧

Chipyardで独自コアシミュレーション環境構築方法の調査 (Verilatorでシミュレーション実行)

Chipyard環境上で独自CPUコアのシミュレーション環境を構築しようとしているが、いくつか環境の変更を行っている。 src/main/scala/MSRHCoreBlackbox.scala class MSRHCoreBlackbox( xLen: Int ) extends BlackBox with HasBlackBoxResource { val io = IO(n…