Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOFA HD has no reset, how it affects FPGA's performance? #146

Open
WazaAbdulkadir opened this issue Oct 17, 2023 · 1 comment
Open

SOFA HD has no reset, how it affects FPGA's performance? #146

WazaAbdulkadir opened this issue Oct 17, 2023 · 1 comment

Comments

@WazaAbdulkadir
Copy link

In SOFA HD, data-path FF has no reset capability.

According to my knowledge;

  • If the initial value of the fabric is important or if a state diagram is needed, it is advisable to use a flip-flop (FF) with a reset capability.

  • If the initial value is not important or a reset capability is unnecessary, choosing a FF without reset can result in less area, less logic, shorter delay, faster operation, and a higher operating frequency.

What pros and cons have you observed when using FFs without reset capability? How it affects FPGA's performance?

@WazaAbdulkadir
Copy link
Author

@ganeshgore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant