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

Explain RAM usage.

parent 2e02129a
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ new Jira story): ...@@ -9,7 +9,7 @@ new Jira story):
- add top level functional description (see 2b, 3) - add top level functional description (see 2b, 3)
- explain why common_paged_ram_r_w was not used (see 2a) - explain why common_paged_ram_r_w was not used (see 2a)
- remove control via MM (see 3, 4, 5a) - remove control via MM (see 3, 4, 5a)
- explain the RAM usage, how many block RAM / signal input (see 3) - explain the block RAM usage (see 2b, 3)
- verify using DC signal (see 5b) - verify using DC signal (see 5b)
- verify that sum(bins) has expected constant value every sync interval - verify that sum(bins) has expected constant value every sync interval
(see 5c) (see 5c)
...@@ -52,6 +52,7 @@ implementatie details, bijvoorbeeld zaken als: ...@@ -52,6 +52,7 @@ implementatie details, bijvoorbeeld zaken als:
how often the sample value(s) for that bin occur during a sync interval. how often the sample value(s) for that bin occur during a sync interval.
* The sum of the histogram bin values in each sync interval is : sum(bins) * The sum of the histogram bin values in each sync interval is : sum(bins)
= N - K (klopt dat)? = N - K (klopt dat)?
* Block RAM usage overview, how many block RAM per signal input?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment