-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
User defined time resolution #607
Comments
I'm pretty sure the resolution limit has always been |
No, not really, I think it has just been common to use 1ps on modelsim, possibly there once was some performance gain running at more corse resolution. |
Your maximum run length determined by 1 fs * (2**63-1). This seems to work out to be 9223 seconds, 153.6 minutes, 2.56 hours. Did I do my calculations right as this would indicate that we need to be able to set the simulator resolution - even just another 1000 would give us more run time than we could use (106 days). |
Just a drive-by comment while I'm at it: When you implement this feature, please consider using a format that matches Verilog's timescale format (1ns, 10ns, 1ps, etc.). That's what most other simulators use as well, and would make our life a bit easier on the cocotb side. |
I have some vague notion that it was once possible to set a user defined time resolution from the command line.
Was the option removed or was it never present?
The text was updated successfully, but these errors were encountered: