rachelselinar / DREAMPlaceFPGA

An Open-Source Analytical Placer for Large Scale Heterogeneous FPGAs using Deep-Learning Toolkit
BSD 3-Clause "New" or "Revised" License
65 stars 18 forks source link

Missing Python Requirement #6

Closed clavin-xlnx closed 1 year ago

clavin-xlnx commented 1 year ago

I found that I needed the numba package in order to build/install DREAMPlaceFPGA.

rachelselinar commented 1 year ago

Thank you for catching this. The 'numba' package was used within dreamplacefpga/ops/lut_ff_legalization/lut_ff_legalization.py for some debug but was left. This has been addressed in commit dded649. 'numba' package is not a requirement.