Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Platform-independent core collection
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
Platform-independent core collection
Commits
d8d40aa1
Commit
d8d40aa1
authored
13 years ago
by
Wesley W. Terpstra
Committed by
Tomasz Wlostowski
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
wb_crossbar: Document the timing and area costs of the crossbar.
Signed-off-by:
Tomasz Wlostowski
<
tomasz.wlostowski@cern.ch
>
parent
83621f3d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/wishbone/wb_crossbar/xwb_crossbar.vhd
+11
-2
11 additions, 2 deletions
modules/wishbone/wb_crossbar/xwb_crossbar.vhd
with
11 additions
and
2 deletions
modules/wishbone/wb_crossbar/xwb_crossbar.vhd
+
11
−
2
View file @
d8d40aa1
...
...
@@ -23,8 +23,17 @@
-- slave simultaneously, the lowest numbered master is granted access.
--
-- The implementation of this crossbar locks a master to a slave so long as
-- CYC_O is held high. If the master tries to address outside the slave's
-- address range, ERR_I will be raised.
-- CYC_O is held high.
--
-- Synthesis/timing relevant facts:
-- (m)asters, (s)laves, masked (a)ddress bits
--
-- Area required = O(ms log(ma))
-- Arbitration depth = O(log(msa))
-- Master->Slave depth = O(log(m))
-- Slave->Master depth = O(log(s))
--
-- If g_registered = false, arbitration depth is added to M->S and S->M.
--
-------------------------------------------------------------------------------
-- Copyright (c) 2011 GSI / Wesley W. Terpstra
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment