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

Subversion Repositories sasc

[/] [sasc/] [tags/] [start/] [doc/] [README.txt] - Blame information for rev 6

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 rudi
 
2
SASC (Simple Asynchronous Serial Controller)
3
============================================
4
 
5
Status
6
------
7
This core is done. It was tested on a XESS XCV800 board with
8
a Maxim transceiver.
9
 
10
Test Bench
11
----------
12
There is no test bench, period !
13
Please don't email me asking for one, unless you want to hire
14
me to write one ! As I said above I have tested this core in
15
real hardware and it works just fine.
16
 
17
Documentation
18
-------------
19
Sorry, there is none. I just don't have the time to write it.
20
It's a very simple core, has two 4 byte deep FIFOs, that are
21
read or written to synchronously by asserting read enable (re)
22
or write enable (we) while applying or reading data. It does
23
use flow control, which basically indicates the status of the
24
internal FIFOs.
25
 
26
Misc
27
----
28
The SASC Project Page is:
29
http://www.opencores.org/cores/sasc/
30
 
31
To find out more about me (Rudolf Usselmann), please visit:
32
http://www.asics.ws
33
 
34
 
35
Directory Structure
36
-------------------
37
[core_root]
38
 |
39
 +-doc                        Documentation
40
 |
41
 +-bench--+                   Test Bench
42
 |        +- verilog          Verilog Sources
43
 |        +-vhdl              VHDL Sources
44
 |
45
 +-rtl----+                   Core RTL Sources
46
 |        +-verilog           Verilog Sources
47
 |        +-vhdl              VHDL Sources
48
 |
49
 +-sim----+
50
 |        +-rtl_sim---+       Functional verification Directory
51
 |        |           +-bin   Makefiles/Run Scripts
52
 |        |           +-run   Working Directory
53
 |        |
54
 |        +-gate_sim--+       Functional & Timing Gate Level
55
 |                    |       Verification Directory
56
 |                    +-bin   Makefiles/Run Scripts
57
 |                    +-run   Working Directory
58
 |
59
 +-lint--+                    Lint Directory Tree
60
 |       +-bin                Makefiles/Run Scripts
61
 |       +-run                Working Directory
62
 |       +-log                Linter log & result files
63
 |
64
 +-syn---+                    Synthesis Directory Tree
65
 |       +-bin                Synthesis Scripts
66
 |       +-run                Working Directory
67
 |       +-log                Synthesis log files
68
 |       +-out                Synthesis Output
69
 

powered by: WebSVN 2.1.0

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