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

- added support for Vivado

- added support for Nexys4 and Basys3 boards
- added RL11 disk support
- lots of documentation updated
This commit is contained in:
Walter F.J. Mueller
2015-03-09 19:26:25 +00:00
parent dde49d52e4
commit e91847f8db
588 changed files with 13843 additions and 4540 deletions

View File

@@ -1,4 +1,4 @@
// $Id: RlogFileCatalog.cpp 521 2013-05-20 22:16:45Z mueller $
// $Id: RlogFileCatalog.cpp 631 2015-01-09 21:36:51Z mueller $
//
// Copyright 2013- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
//
@@ -18,7 +18,7 @@
/*!
\file
\version $Id: RlogFileCatalog.cpp 521 2013-05-20 22:16:45Z mueller $
\version $Id: RlogFileCatalog.cpp 631 2015-01-09 21:36:51Z mueller $
\brief Implemenation of RlogFileCatalog.
*/
@@ -74,8 +74,8 @@ void RlogFileCatalog::Delete(const std::string& name)
RlogFileCatalog::RlogFileCatalog()
{
FindOrCreate("cout")->UseStream(&cout, "<cout>");
FindOrCreate("cerr")->UseStream(&cerr, "<cerr>");
FindOrCreate("cout")->UseStream(&cout);
FindOrCreate("cerr")->UseStream(&cerr);
}
//------------------------------------------+-----------------------------------