aroe's memopad

リソース管理

最終更新:

aroe

- view
メンバー限定 登録/ログイン
どのぐらいLUTを必要とするか

任意桁のビットシフト

module bs(
input [15:0] in,
input [3:0] amt,
output [15:0] result
);
  assign result = in<<amt;
endmodule
 

bit LUT4s
8 21
12 41
16 62
32 175
目安箱バナー