Skip to content
Snippets Groups Projects
Commit 319c93b5 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Added comment in description on using mm_slave_mux.vhd ARGS to create an MM bus.

parent 70f77439
No related branches found
No related tags found
2 merge requests!28Master,!15Resolve L2SDP-27
...@@ -111,13 +111,16 @@ ...@@ -111,13 +111,16 @@
-- M -----------| -- M -----------|
-- mm_master_mux -- mm_master_mux
-- --
-- The mm_slave_mux is useful to present an array of equal slave MM -- * The mm_slave_mux is useful to present an array of equal slave MM
-- ports via a single port on the MM bus. Otherwise the mm_bus could -- ports via a single port on the MM bus. Otherwise the mm_bus could
-- instead directly present each slave MM array port. -- instead directly present each slave MM array port.
-- The mm_slave_mux introduces hierarchy in the MM bus structure. This -- The mm_slave_mux introduces hierarchy in the MM bus structure. This
-- can help to influcence the timing closure. Using only mm_bus or -- can help to influcence the timing closure. Using only mm_bus or
-- the a combination of mm_bus and mm_slave_mux can help to steer -- the a combination of mm_bus and mm_slave_mux can help to steer
-- where pipelining is inserted in the MM bus. -- where pipelining is inserted in the MM bus.
-- * The MM bus based on mm_bus could be automatically generated by ARGS
-- based on a set of MM slave ports described in YAML configuration
-- files.
-- --
-- Limitations: -- Limitations:
-- * A limitation is that if one slave has a read latency of 2 and another -- * A limitation is that if one slave has a read latency of 2 and another
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment