thklumpp
thklumpp
In such a case: ```vhdl ... package utils_pkg is --! comment of 1st function function f_log2(x : positive) return natural; --! comment of 2nd function function f_roundup(x : real) return...
In this case: ```vhdl ... begin --! comment of 1st process stim_control : process variable error_flag_v : std_logic; begin test_runner_setup(runner, runner_cfg); ``` If you put a signal assignment above the...
In this case: ```vhdl ... ARCHITECTURE rtl OF AXI4_Error_Sync IS --! This comment will be ignored for documentation constant sync_ffs_c : integer := 2; ... ```