Skip to content
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

first version of Synopsys DC script #305

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

davideschiavone
Copy link
Contributor

No description provided.

@davideschiavone
Copy link
Contributor Author

Hello @ludmila-bta , @MikeOpenHWGroup

here is my first version of the DC script. What do you think about it?

Thanks a lot
Davide

@ludmila-bta
Copy link

Hi @davideschiavone,
Looks good. Please see my 5 cents below:

  1. Manifest and SDC (timing constraints) files should be used (as separate files) to make the scripts more readable. This is just the beginning and the scripts will get more complicated with time.
  2. I would avoid renaming the design, so it would match the RTL.
  3. The sequence should be something like:
  • read the libraries
  • read the manifest file
  • elaborate
  • current_design (to go to the top level)
  • link (to link the design)
  • read the sdc file
  • run the compile_ultra command
  • you may want to add also "optimize_netlist -area" to improve the area after compile_ultra
  1. Also I would recommend adding "-no_seq_output_inversion" switch to the compile_ultra

@Silabs-ArjanB Silabs-ArjanB added the Status:Do-not-merge Pull request that should not be merged (yet) label Oct 8, 2020
@Silabs-ArjanB Silabs-ArjanB added the WAIVED:CV32E40P Issue does not impact a major release of CV32E40P and is waived label Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status:Do-not-merge Pull request that should not be merged (yet) WAIVED:CV32E40P Issue does not impact a major release of CV32E40P and is waived
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants