mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
[mem] minor comment fix
This commit is contained in:
parent
271ff66691
commit
e234f0f243
4 changed files with 4 additions and 4 deletions
|
@ -49,7 +49,7 @@ architecture neorv32_dmem_rtl of neorv32_dmem is
|
|||
-- -------------------------------------------------------------------------------------------------------------- --
|
||||
-- The memory (RAM) is built from 4 individual byte-wide memories b0..b3, since some synthesis tools have --
|
||||
-- problems with 32-bit memories that provide dedicated byte-enable signals AND/OR with multi-dimensional arrays. --
|
||||
-- [NOTE] Read-during-write behavior is irrelevant as read and write access are mutually exclusive. --
|
||||
-- [NOTE] Read-during-write behavior is irrelevant as read and write accesses are mutually exclusive. --
|
||||
-- -------------------------------------------------------------------------------------------------------------- --
|
||||
|
||||
-- RAM - not initialized at all --
|
||||
|
|
|
@ -50,7 +50,7 @@ architecture neorv32_dmem_rtl of neorv32_dmem is
|
|||
-- -------------------------------------------------------------------------------------------------------------- --
|
||||
-- The memory (RAM) is built from 4 individual byte-wide memories b0..b3, since some synthesis tools have --
|
||||
-- problems with 32-bit memories that provide dedicated byte-enable signals AND/OR with multi-dimensional arrays. --
|
||||
-- [NOTE] Read-during-write behavior is irrelevant as read and write access are mutually exclusive. --
|
||||
-- [NOTE] Read-during-write behavior is irrelevant as read and write accesses are mutually exclusive. --
|
||||
-- -------------------------------------------------------------------------------------------------------------- --
|
||||
|
||||
-- RAM - not initialized at all --
|
||||
|
|
|
@ -66,7 +66,7 @@ architecture neorv32_imem_rtl of neorv32_imem is
|
|||
-- -------------------------------------------------------------------------------------------------------------- --
|
||||
-- The memory (RAM) is built from 4 individual byte-wide memories b0..b3, since some synthesis tools have --
|
||||
-- problems with 32-bit memories that provide dedicated byte-enable signals AND/OR with multi-dimensional arrays. --
|
||||
-- [NOTE] Read-during-write behavior is irrelevant as read and write access are mutually exclusive. --
|
||||
-- [NOTE] Read-during-write behavior is irrelevant as read and write accesses are mutually exclusive. --
|
||||
-- -------------------------------------------------------------------------------------------------------------- --
|
||||
|
||||
-- RAM - not initialized at all --
|
||||
|
|
|
@ -67,7 +67,7 @@ architecture neorv32_imem_rtl of neorv32_imem is
|
|||
-- -------------------------------------------------------------------------------------------------------------- --
|
||||
-- The memory (RAM) is built from 4 individual byte-wide memories b0..b3, since some synthesis tools have --
|
||||
-- problems with 32-bit memories that provide dedicated byte-enable signals AND/OR with multi-dimensional arrays. --
|
||||
-- [NOTE] Read-during-write behavior is irrelevant as read and write access are mutually exclusive. --
|
||||
-- [NOTE] Read-during-write behavior is irrelevant as read and write accesses are mutually exclusive. --
|
||||
-- -------------------------------------------------------------------------------------------------------------- --
|
||||
|
||||
-- RAM - not initialized at all --
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue