Skip to content

In-memory aie-translate should not inherit aiesim flag from aiecc#2964

Open
fifield wants to merge 1 commit intomainfrom
aiecc_aiesim
Open

In-memory aie-translate should not inherit aiesim flag from aiecc#2964
fifield wants to merge 1 commit intomainfrom
aiecc_aiesim

Conversation

@fifield
Copy link
Collaborator

@fifield fifield commented Mar 13, 2026

  • Change aiecc.cpp call of AIETranslateToCDODirect to always use aieSim=false
  • CDO generation is a binary artifact step, not a simulation step, regardless of what --aiesim is set to on the command line.

AIETranslateToCDODirect now always uses aieSim=false
CDO generation is a binary artifact step, not a simulation step, regardless of what --aiesim is set to on the command line.
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR ensures CDO artifact generation in the C++ aiecc driver is treated as a hardware/binary artifact step and no longer inherits the --aiesim simulation setting.

Changes:

  • Update aiecc.cpp to call AIETranslateToCDODirect with aieSim=false unconditionally during CDO generation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Contributor

Coverage Report

Created: 2026-03-13 01:44

Click here for information about interpreting this report.

FilenameFunction CoverageLine CoverageRegion CoverageBranch Coverage
Totals- - - -
Generated by llvm-cov -- llvm version 18.1.3

@fifield fifield added this pull request to the merge queue Mar 13, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants