Skip to content

generate_sim_file_list.py excludes .svh and .vh files #754

@ian-crombie

Description

@ian-crombie

In hdk/common/verif/scripts/generate_sim_file_list.py, at line 48:
if not file_path.endswith('h') and not file_path.endswith('md'):
generated_file_list.append(file_path.replace(cl_dir, '$CL_DIR'))
As .svh and .vh files end with 'h', they are excluded from the simulation compile list top.[sim].f, and can cause sims with .svh/.sh files to not build.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions