diff options
-rw-r--r-- | doc/using/Simulation.rst | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/doc/using/Simulation.rst b/doc/using/Simulation.rst index c6f49bec7..6200d82a7 100644 --- a/doc/using/Simulation.rst +++ b/doc/using/Simulation.rst @@ -186,19 +186,15 @@ Export waveforms * types defined in the ``std.standard`` package: - * ``bit`` - - * ``bit_vector`` + * ``bit`` + * ``bit_vector`` * types defined in the ``ieee.std_logic_1164`` package: - * ``std_ulogic`` - - * ``std_logic`` (because it is a subtype of ``std_ulogic``) - - * ``std_ulogic_vector`` - - * ``std_logic_vector`` + * ``std_ulogic`` + * ``std_logic`` (because it is a subtype of ``std_ulogic``) + * ``std_ulogic_vector`` + * ``std_logic_vector`` * any integer type |