-
Notifications
You must be signed in to change notification settings - Fork 10
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
challenge_submission #2
base: master
Are you sure you want to change the base?
Conversation
I am getting many lines that say "Check input file again". Is that intentional? The input file looks good to me. |
"Maximum frquency in GHz is: 174796.0 GHz" Now that would be really cool with CMOS! By the way, there is a typo in frquency. |
I have updated the file. |
I have updated challenge 3. |
I think you are using the wrong rounding function for this application. Please check. |
Ya correct.
Ya correct. We should the exact frequency if we change it will affect other constraints as well. |
I think the "maximum frequency" could be rounded down, to avoid issues, but it must not be rounded up. I think more than 5 digits of precision is usually not needed, so I would suggest to round it down to 5 digits. (But what if we have an extremely slow circuit that only can do kilohertz? rounding down to 0 would be bad. So if rounding down would result in 0 we should allow arbitrary percision perhaps. |
Ya correct. I have updated. |
Extraction of frequency from log file and converting in order of GHz and then printing both the values.