From d52693df5bc7480c3917b7248f8602f2942aeab7 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Wed, 10 Feb 2021 19:17:23 +0100 Subject: pyGHDL: format using black --- pyGHDL/libghdl/vhdl/sem.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'pyGHDL/libghdl/vhdl/sem.py') diff --git a/pyGHDL/libghdl/vhdl/sem.py b/pyGHDL/libghdl/vhdl/sem.py index e1d8c7a02..4cc3985e6 100644 --- a/pyGHDL/libghdl/vhdl/sem.py +++ b/pyGHDL/libghdl/vhdl/sem.py @@ -39,12 +39,12 @@ from pyGHDL.libghdl import libghdl @export def Semantic(DesignUnit) -> None: - """ - Do the semantic analysis of design unit :obj:`DesignUnit`. + """ + Do the semantic analysis of design unit :obj:`DesignUnit`. - Also add a few node or change some nodes, when for example an identifier is - changed into an access to the type. + Also add a few node or change some nodes, when for example an identifier is + changed into an access to the type. - :param DesignUnit: Design unit to semantically analyze. Type: ``Iir_Design_Unit`` - """ - libghdl.vhdl__sem__semantic(DesignUnit) + :param DesignUnit: Design unit to semantically analyze. Type: ``Iir_Design_Unit`` + """ + libghdl.vhdl__sem__semantic(DesignUnit) -- cgit v1.2.3