FPGA開発日記

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

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

自作CPUにBit-manipulationの命令を実装

自作CPUにBit-manipulationの命令を実装した。 Bit-manipulationのうちRatifiedされた命令群としてZba, Zbb, Zbc, Zbsがある。 以下の命令を自作CPUに実装した。 Zba : address generation instructions add.uw rd, rs1, rs2 Add unsigned word sh1add rd, r…