Xilinx / logicnets

Apache License 2.0
81 stars 26 forks source link

add lut_cost() function to SparseLinearNeq #43

Closed oliviaweng closed 11 months ago

oliviaweng commented 11 months ago

Approximate how many 6:1 LUTs are needed to implement this layer using LUTCost() as defined in LogicNets paper FPL'20:

where:

nickfraser commented 11 months ago

Could you move the get_lut_cost helper function to util.py?

nickfraser commented 11 months ago

Looks good - thanks!