FPGA開発日記
id:msyksphinz
Champsim の Hashed Perceptronの実装を読む (5. テーブルの学習)
github.com この辺の実装がどのようになっているのかを勉強したい。ChatGPTにお願いしながら、読み進めていくことにする。 msyksphinz.hatenablog.com テーブルのアップデート方法 void hashed_perceptron::last_branch_result(champsim::address pc, champsim::address branch_target, bool taken, uint8_t branch_type) …