-
Notifications
You must be signed in to change notification settings - Fork 202
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
TIME-DRIVEN #193
Comments
The timing analysis is done by OpenTimer, which requires to take Verilog as input. You can build OpenTimer separately and feed your Verilog to it to see whether your Verilog works. |
Thanks, I'll try it. |
[ASSERT ] /path-to/DREAMPlace/dreamplace/ops/timing/src/timing_cpp.cpp:164: int DreamPlace::timingCppLauncher(ot::Timer&, const T*, const T*, const std::vector<std::basic_string >&, const std::vector<std::basic_string >&, const int*, const int*, const int*, const T*, const T*, T, T, double, int, int, int) [with T = float]: Assertion `net_iter != timer.nets().end()' failed: could not find net name 07519 in timer Aborted (core dumped) |
Can you check the Verilog file or DEF file to see whether you have a net named |
I'm not sure about this, maybe we can do it via email? |
Sure. You can email me the case. |
hello, I met the same problem ,have you solve it? |
Hello Professor Lin, I would like to know whether the Verilog netlist must be used as input to enable the time-driven mode.
Because I found that my Verilog cannot be parsed correctly. I tried to adjust my Verilog to adapt to the parser, but it still reports an error: some pins or nets cannot be found in the timer. I hope you can answer my doubts.
The text was updated successfully, but these errors were encountered: