FPGA開発日記

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

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

分岐予測の評価キット Branch Prediction Championship Kit を試す (11. TAGEのモデルを読む)

TAGEの続き。 いろいろさがして、以下のC++コードを見つけた。 github.com このソースコードを理解してみよう。 class Tage { private: /* data */ int num_branches; // Stores the number of branch instructions since the last useful reset uint8_t bim…