kevinawalsh / logisim-evolution

Digital logic designer and simulator
GNU General Public License v3.0
114 stars 17 forks source link

feature request: Logic Element Estimator #58

Closed TChapman500 closed 4 years ago

TChapman500 commented 4 years ago

Add something that gives an estimate on how many FPGA logic elements will be used by a given circuit. For example: "FPGA -> Logic Block Estimate".

kevinawalsh commented 4 years ago

Great idea! But is this even feasible? Logisim already has a built-in stats/reporting tool that will show you some simple statistics about your design (number of circuit elements -- gates, etc., -- broken down by type, etc.) But for an FPGA, "logic elements" is a complex and fuzzy concept. It would likely depend on vendor, device, etc., and fairly complex rules. It would probably also depend on the pin I/O resource assignments. Can this can be farmed out to an external tool?

On Sat, Dec 21, 2019 at 12:15 PM Timothy Chapman notifications@github.com wrote:

Add something that gives an estimate on how many FPGA logic elements will be used by a given circuit. For example: "FPGA -> Logic Block Estimate".

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kevinawalsh/logisim-evolution/issues/58?email_source=notifications&email_token=AB4J3ARR552E3YV3623ETFDQZZFLBA5CNFSM4J6H4YZ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ICEKWPQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4J3AX6YFFLFPQNLMEZYW3QZZFLBANCNFSM4J6H4YZQ .

TChapman500 commented 4 years ago

Good points.

kevinawalsh commented 4 years ago

Closing as wontfix for now. Will re-open if new ideas come up.