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

Subversion Repositories spacewire_light

[/] [spacewire_light/] [trunk/] [README.txt] - Blame information for rev 4

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

Line No. Rev Author Line
1 2 jorisvr
 
2
SpaceWire Light
3
===============
4
 
5
Copyright 2009-2010 Joris van Rantwijk
6
 
7
SpaceWire Light is free software; you can redistribute it and/or
8
modify it under the terms of the GNU Lesser General Public License
9
as published by the Free Software Foundation; either version 2.1
10
of the License, or (at your option) any later version.
11
 
12
SpaceWire Light is distributed in the hope that it will be useful,
13
but WITHOUT ANY WARRANTY; without even the implied warranty of
14
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
GNU Lesser General Public License for more details.
16
 
17
You should have received a copy of the GNU Lesser General Public
18
License along with the SpaceWire Light package. If not, see
19
.
20
 
21
 
22
Overview
23
--------
24
 
25
SpaceWire Light is a SpaceWire encoder-decoder with FIFO interface.
26
It is synthesizable for FPGA targets (up to 200 Mbit on Spartan-3).
27
 
28
The goal is to provide a complete, reliable, fast implementation
29
of a SpaceWire encoder-decoder according to ECSS-E-50-12C.
30
The core is "light" in the sense that it does not provide additional
31
features such as RMAP, routing etc.
32
 
33 3 jorisvr
See doc/Manual.pdf for more information.
34 2 jorisvr
 
35 3 jorisvr
Future plans:
36 2 jorisvr
 * add AMBA bus interface
37 3 jorisvr
 * try to run on Virtex
38 2 jorisvr
 
39
 
40 4 jorisvr
Version history
41
---------------
42
 
43
2010-09-12
44
 * Fixed issue with automatic discarding of TX data after link error.
45
 * After link error, spwstream will terminate current packet with EEP even
46
   if the linkdisable signal is active.
47
 * Added code comment to clarify a dependency between spwrecv and spwlink.
48
   (Thanks to Rafael Corsi Ferrao for reporting this obscurity.)
49
 
50
2010-07-12
51
 * Added manual.
52
 * Fix incorrect bitrate during link handshake. The system clock frequency
53
   was used to compute the initial tx clock divider, even when the clock
54
   divider would act on the txclk instead of the system clock.
55
 * Improve fast transmitter. Sending FCT tokens at high bit rate no longer
56
   causes insertion of a NULL token.
57
 
58
2010-06-08
59
 * Initial release.
60
 
61
 
62 2 jorisvr
Contact
63
-------
64
 
65
For the latest version of this core, see the OpenCores project page.
66
 
67
For more information, comments, suggestions or bug reports, either
68
go to the OpenCores project page or email me directly.
69
 
70
Project page at OpenCores:
71
  http://opencores.org/project,spacewire_light
72
 
73
Email:
74
  jvrantwijk (at) xs4all (dot) nl
75
 
76
--

powered by: WebSVN 2.1.0

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