Karl Zhang | 3de5ab1 | 2021-05-31 11:45:48 +0800 | [diff] [blame^] | 1 | ######################### |
| 2 | 'utility'-directory guide |
| 3 | ######################### |
| 4 | |
| 5 | ************ |
| 6 | Introduction |
| 7 | ************ |
| 8 | |
| 9 | As its name implies, this ``.../tf_fuzz/utility`` directory just contains |
| 10 | various utility-compute code. |
| 11 | |
| 12 | ************************************************ |
| 13 | ``.../tools/tf_fuzz/utility`` directory contents |
| 14 | ************************************************ |
| 15 | .. code-block:: bash |
| 16 | |
| 17 | compute.cpp find_or_create_asset.hpp randomization.cpp string_ops.hpp |
| 18 | compute.hpp gibberish.cpp randomization.hpp |
| 19 | data_blocks.cpp gibberish.hpp Source.cpp |
| 20 | data_blocks.hpp interactive.c string_ops.cpp |
| 21 | |
| 22 | -------------- |
| 23 | |
| 24 | *Copyright (c) 2020, Arm Limited. All rights reserved.* |