OpenCores
URL https://opencores.org/ocsvn/wbscope/wbscope/trunk

Subversion Repositories wbscope

[/] [wbscope/] [trunk/] [README.md] - Blame information for rev 12

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 dgisselq
# A Wishbone Controlled Scope for FPGA's
2
 
3
This is a generic/library routine for providing a bus accessed 'scope' or
4
(perhaps more appropriately) a bus accessed logic analyzer for use internal to
5
an FPGA.  The general operation is such that this 'scope' can record and report
6
on any 32 bit value transiting through the FPGA.  Once started and reset, the
7
scope records a copy of the input data every time the clock ticks with the
8
circuit enabled.  That is, it records these values up until the trigger.  Once
9
the trigger goes high, the scope will record for ``bw_holdoff`` more counts
10
before stopping.  Values may then be read from the buffer, oldest to most
11
recent.  After reading, the scope may then be reset for another run.
12
 
13
In general, therefore, operation happens in this fashion:
14
 
15
1. A reset is issued.
16
2. Recording starts, in a circular buffer, and continues until
17
3. The trigger line is asserted.
18
  The scope registers the asserted trigger by setting the ``o_triggered`` output flag.
19
4. A counter then ticks until the last value is written.
20
  The scope registers that it has stopped recording by setting the ``o_stopped`` output flag.
21
5. The scope recording is then paused until the next reset.
22
6. While stopped, the CPU can read the data from the scope
23
 
24
  - oldest to most recent
25
  - one value per bus clock
26
 
27
7. Writes to the data register reset the address to the beginning of the buffer
28
 
29
# Commercial Applications
30
 
31
Should you find the GPLv3 license insufficient for your needs, other licenses
32
can be purchased from Gisselquist Technology, LLC.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.