Skip to content

Commit 2474559

Browse files
committed
docs(base-misc): fix table in Frequency Meter for shpinx-vhdl
1 parent e46e6e7 commit 2474559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comp/base/misc/frequency_meter/frequency_meter.vhd

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ use work.type_pack.all;
6363
-- | | - status(9) - at least one of the Measured Clocks were reset during the measurement |
6464
-- +----------------+---------------------------------------------------------------------------------------+
6565
-- | 0x08 | Interval length register (Read and Write) |
66-
-- | | - default: 2**(INTERVAL_LEN_WIDTH/2) |
66+
-- | | - default: 2**(INTERVAL_LEN_WIDTH/2) |
6767
-- +----------------+---------------------------------------------------------------------------------------+
6868
-- | 0x0C | The Reference Clock frequency in Hz (Read-only) |
6969
-- +----------------+---------------------------------------------------------------------------------------+

0 commit comments

Comments
 (0)