1
0
mirror of https://github.com/myhdl/myhdl.git synced 2024-12-14 07:44:38 +08:00

#366 documenting _config-sim_ *tracebackup* attribute

This commit is contained in:
Josy Boelen 2022-04-02 15:37:07 +02:00
parent c7662a056c
commit cd869c149c

View File

@ -101,7 +101,7 @@ Waveform tracing
.. attribute:: filename
This attribute is used to set the filename to which VCD files are written. By
default, the name attribbute is used.
default, the name attribute is used.
.. attribute:: timescale
@ -109,6 +109,12 @@ Waveform tracing
according to the VCD format. The assigned value should be a string.
The default timescale is "1ns".
.. attribute:: tracebackup
This attribute controls making a backup copy of an existing .vcd file.
It appends the UTC time to create an unique filename.
The default setting is "True"
.. _ref-model: