summaryrefslogtreecommitdiff
path: root/rtl/fpu/mod.mk
blob: 606c32cefcb6f0ffce137de4c08b47490e35a7b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
cores := fp_unit fp_lzc

define core/fp_lzc
  $(this)/rtl_dirs := lzc
  $(this)/rtl_files := lzc/lzc_wire.sv
endef

define core/fp_unit
  $(this)/deps := fp_lzc

  $(this)/vl_main := empty.cpp
  $(this)/rtl_top := fp_unit
  $(this)/rtl_dirs := float
  $(this)/rtl_files := float/fp_wire.sv float/fp_unit.sv
endef