par has error: par.tcl, 29 invalid command name "ln". #728
-
Hi create_clock clock_clock -name clock_clock -period 30.0 And some commands related to this bug in par.tcl is: I think there is a missing "puts" instruction before the “ln” like other command in tcl. But I can't manually add it because rerunning par will regenerate this tcl file. How to deal with it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
There was a bug, which was fixed in #707. There should be an hammer/hammer/par/openroad/__init__.py Line 109 in c85bd2a If you're willing to wait until next week, these fixes will make their way into Chipyard. |
Beta Was this translation helpful? Give feedback.
-
Hi
in hammer/hammer/par/openroad/__init__.py Line 706 in 92e98c1 par issue:
in hammer/hammer/par/openroad/__init__.py Line 985 in 92e98c1 I want to know which version of OpenRoad that Hammer supports or if these will be fixed soon. Thanks again for the reply. |
Beta Was this translation helpful? Give feedback.
There was a bug, which was fixed in #707. There should be an
exec
before theln
to indicate that it should be executed in the system shell instead of OpenROAD's shell.hammer/hammer/par/openroad/__init__.py
Line 109 in c85bd2a
If you're willing to wait until next week, these fixes will make their way into Chipyard.