Constraining OpenROAD flow for ensuring outputs are from flip-flops #872
Unanswered
ishwars1618
asked this question in
Q&A
Replies: 1 comment 5 replies
-
If they are there in the yosys output that that is where the issue and they are just passing through OR. Can you provide a test case? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to use OpenROAD flow to generate the layout for a simple single-stage feed-forward sequential circuit expressed in structural Verilog. The primary input signals of the circuit feed to a set of D flip-flops, followed by combinational logic, and the outputs of the combinational logic feed to another set of D flip-flops. The outputs of these D flip-flops are the outputs of my circuit. When I run the OpenROAD flow (with asap7), both the synthesis output Verilog and the final Verilog have inverters that provide the circuit outputs rather than D flip-flops. How can I constrain the flow such that the circuit outputs are from D flip-flops (as it was in the input Verilog)? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions