pulp-platform / redmule

Other
32 stars 12 forks source link

no lzc module #22

Closed winterNan closed 5 months ago

winterNan commented 5 months ago

Hi, While compile redmule_fma I miss the following error: [Synth 8-439] module 'lzc' not found ["~/pulp/redmule/rtl/redmule_fma.sv":500]

I cannot find this module in either cvfpu or common_cells. Can you kindly hint where can I find it?

FrancescoConti commented 5 months ago

It is in common_cells: https://github.com/pulp-platform/common_cells/blob/v1.21.0/src/lzc.sv

winterNan commented 5 months ago

Thanks for the quick answer! Worked!