-
Notifications
You must be signed in to change notification settings - Fork 4
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
timing features don't work #20
Comments
Maybe we can check if the --timing argument has been successfully enabled for design at first? the building logs may show the status. |
Thanks for you quick reply. I think argument has been successfully enabled because without argument compile process would fail and with argument it can be compiled successfully. |
that's an unusual behavior, may I have your minimal code for reproduce? |
This is a minimal example for reproducing. If you run the current version or delete the What is the default period of |
The default period for Verilator is 1ps/1ps. Each I will try to reproduce in the next few days, thanks for you artifacts. |
I'm sorry, but I couldn't reproduce this situation in my environment. It would be appreciated if you could provide more details about your environment. |
use Verilator backend,
timing
argumentI use some delay assignments in my RTL code. such as
a <= #(10) b
Didn't see any delay on waveform. Verilator version 5.024 supports timing features.
The text was updated successfully, but these errors were encountered: