1
0
mirror of https://github.com/wfjm/w11.git synced 2026-02-05 00:05:26 +00:00

- interim release w11a_V0.581 (untagged)

- new reference system
  - switched from ISE 13.3 to 14.7.
  - map/par behaviour changed, unfortunately unfavorably for w11a. 
    On Nexys3 no timing closure anymore for 80 MHz, only 72 MHz can 
    be achieved now.
- new man pages (in doc/man/man1/)
- support for Spartan-6 CMTs in PLL and DCM mode
This commit is contained in:
Walter F.J. Mueller
2014-05-29 21:30:01 +00:00
parent 200ba69364
commit 4732555297
152 changed files with 4141 additions and 592 deletions

View File

@@ -1,4 +1,4 @@
// $Id: RlogFileCatalog.cpp 493 2013-03-01 21:02:33Z mueller $
// $Id: RlogFileCatalog.cpp 521 2013-05-20 22:16:45Z mueller $
//
// Copyright 2013- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
//
@@ -18,7 +18,7 @@
/*!
\file
\version $Id: RlogFileCatalog.cpp 493 2013-03-01 21:02:33Z mueller $
\version $Id: RlogFileCatalog.cpp 521 2013-05-20 22:16:45Z mueller $
\brief Implemenation of RlogFileCatalog.
*/
@@ -41,7 +41,7 @@ namespace Retro {
RlogFileCatalog& RlogFileCatalog::Obj()
{
static RlogFileCatalog obj;
static RlogFileCatalog obj; // lazy creation singleton
return obj;
}