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

Get ChiselSim working with CIRCT 1.66+ #3890

Merged
merged 1 commit into from
Mar 1, 2024

Commits on Mar 1, 2024

  1. Get ChiselSim working with CIRCT 1.66+

    Fix an incorrect assumption in ChiselSim that a 'filelist.f' will exist
    that includes all modules, _including blackboxes_, in the design.  Change
    this to try to also copy files from the black box filelist.  This makes
    ChiselSim work with CIRCT 1.66 and earlier (which put everything in
    'filelist.f') and CIRCT 1.66+ (which does not include blackboxes in
    'filelist.f').
    
    Note that this is intended as a temporary solution until FIRRTL has a rock
    solid ABI that is implemented by CIRCT where all modules can be discovered
    under an arbitrary public module.
    
    See CIRCT changes here: llvm/circt#6729
    
    Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
    seldridge committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7bf6cbb View commit details
    Browse the repository at this point in the history