OpenASIP  2.0
Namespaces | Variables
BlockSourceCopier.cc File Reference
#include <iostream>
#include <string>
#include <vector>
#include <fstream>
#include <boost/format.hpp>
#include "BlockSourceCopier.hh"
#include "MachineImplementation.hh"
#include "HDBManager.hh"
#include "HDBRegistry.hh"
#include "FUEntry.hh"
#include "RFEntry.hh"
#include "FUImplementation.hh"
#include "RFImplementation.hh"
#include "FileSystem.hh"
#include "AssocTools.hh"
#include "HDLTemplateInstantiator.hh"
Include dependency graph for BlockSourceCopier.cc:

Go to the source code of this file.

Namespaces

 ProGe
 

Variables

static const std::string UTILITY_VHDL_FILE = "tce_util_pkg.vhdl"
 
static const std::string UTILITY_VERILOG_FILE = "tce_util_pkg.vh"
 

Detailed Description

Implementation of BlockSourceCopier class.

Author
Lasse Laasonen 2005 (lasse.laasonen-no.spam-tut.fi)
Pekka Jääskeläinen 2011
Vinogradov Viacheslav(added Verilog generating) 2012
Note
rating: red

Definition in file BlockSourceCopier.cc.

Variable Documentation

◆ UTILITY_VERILOG_FILE

const std::string UTILITY_VERILOG_FILE = "tce_util_pkg.vh"
static

Definition at line 60 of file BlockSourceCopier.cc.

Referenced by ProGe::BlockSourceCopier::copyShared().

◆ UTILITY_VHDL_FILE

const std::string UTILITY_VHDL_FILE = "tce_util_pkg.vhdl"
static

Definition at line 59 of file BlockSourceCopier.cc.

Referenced by ProGe::BlockSourceCopier::copyShared().