Skip to content

Documentation section "How to Specify Clock Recipe During Build Time" seems to be buggy. #762

@dsw

Description

@dsw

This page: https://awsdocs-fpga-f2.readthedocs-hosted.com/latest/hdk/docs/Clock-Recipes-User-Guide.html#how-to-specify-clock-recipe-during-build-time

says:

For example, command below shows CL_MEM_PERF built using user specified clock recipes:

cd $CL_DIR/build/scripts/
./aws_build_dcp_from_cl.py --cl=cl_mem_perf --clock_recipe_a=A0 --clock_recipe_b=B3 --clock_recipe_c=C3 --clock_recipe_hbm=H4

but if I run something like this, I get:

ERROR: The aws_clk_gen IP is required for setting custom clock recipes.         
                                                                                
            Custom `clock_recipe` arguments were detected, please add `--aws_clk_gen` to continue.                                                             
                                                                                
Command exited with non-zero status 1                                           

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