Clarify 'Set' priority in documentation

This commit is contained in:
2024-03-16 14:48:07 +01:00
parent df48d66170
commit 85eccf2650
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ Generic Counter with the following features:
- Look ahead value (configurable per generic)
- Synchronous reset
- Clock enable
- Set with priority over the `CountEnable`
- `Set` with priority over the `CountEnable`
- Over- and Underflow flag
- Configurable width
- Configurable initial value

View File

@@ -9,7 +9,7 @@
--@ - Look ahead value (configurable per generic)
--@ - Synchronous reset
--@ - Clock enable
--@ - Set with priority over the `CountEnable`
--@ - `Set` with priority over the `CountEnable`
--@ - Over- and Underflow flag
--@ - Configurable width
--@ - Configurable initial value