diff options
author | Patrick Lehmann <Paebbels@gmail.com> | 2018-02-10 23:30:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-10 23:30:20 +0100 |
commit | 5e6eb5f1eacc3b3468eb3d4d3388ff4f8398564a (patch) | |
tree | 4ba87ff9c39ec41599fd74795e516e698af25aed /doc | |
parent | e3b3b2ceff307f745af2c844f584687d31b63904 (diff) | |
download | ghdl-5e6eb5f1eacc3b3468eb3d4d3388ff4f8398564a.tar.gz ghdl-5e6eb5f1eacc3b3468eb3d4d3388ff4f8398564a.tar.bz2 ghdl-5e6eb5f1eacc3b3468eb3d4d3388ff4f8398564a.zip |
Fixed indentation in list of supported types for the VCD format.
Diffstat (limited to 'doc')
-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 |