「リソース管理」の編集履歴(バックアップ)一覧に戻る

リソース管理 - (2010/12/18 (土) 00:12:26) の編集履歴(バックアップ)


どのぐらい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
目安箱バナー