elasticai.creator.vhdl.skeleton_id#

The skeleton id should be computed and set after all other code is generated.

Module Contents#

Functions#

API#

elasticai.creator.vhdl.skeleton_id.compute_skeleton_id_hash(files: collections.abc.Iterable[pathlib.Path]) bytes[source]#
elasticai.creator.vhdl.skeleton_id.replace_id_in_vhdl(code: collections.abc.Iterable[str], id: bytes) collections.abc.Iterable[str][source]#
elasticai.creator.vhdl.skeleton_id.update_skeleton_id_in_build_dir(build_dir: pathlib.Path) bytes[source]#