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

Add -reference_checkpoint option to aws_build_dcp_from_cl.sh #43

Draft
wants to merge 4 commits into
base: dev
Choose a base branch
from

Commits on Aug 4, 2021

  1. Add -reference_checkpoint option to aws_build_dcp_from_cl.sh

    If passed, the path given to -reference_checkpoint is used to
    `read_checkpoint -incremental` at the appropriate place in the
    design flow for Vivado to do an incremental implementation
    
    Also adds `report_incremental_reuse -hierarchical` reporting
    at the various stages of the flow.
    timsnyder-siv committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    a065f75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a2b4eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cda7ae7 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. read_checkpoint -incremental must happen after opt_design

    trying to do it after link_design or after CL_synthesis leads to an error
    saying
    
      ERROR: [Vivado 12-4846] Found memory core that needs to be (re)generated. Please run opt_design or
      implement_mig_cores prior to launching 'read_checkpoint -incremental'.
    timsnyder-siv committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    7113ce3 View commit details
    Browse the repository at this point in the history