torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
VerilogImporter.cpp File Reference

Source for the VerilogImporter class. More...

#include "torc/generic/verilog/VerilogImporter.hpp"
#include "torc/generic/verilog/VerilogImporterVisitor.hpp"
#include "torc/externals/verilator/src/V3Ast.h"
#include "torc/externals/verilator/src/V3File.h"
#include "torc/externals/verilator/src/V3Graph.h"
#include "torc/externals/verilator/src/V3LinkCells.h"
#include "torc/externals/verilator/src/V3Parse.h"
#include "torc/externals/verilator/src/V3PreShell.h"
#include <fstream>
#include <sstream>
#include <boost/foreach.hpp>
#include <boost/tokenizer.hpp>
#include "torc/Generic.hpp"
+ Include dependency graph for VerilogImporter.cpp:

Go to the source code of this file.

Namespaces

 torc
 Implementation of class to encapsulate micro-bitstream library generation code.
 
 torc::generic
 Namespace for the Torc generic netlist, including EDIF and BLIF importers and exporters.
 

Variables

V3Global v3Global
 Global variables for Verilator. More...
 

Detailed Description

Source for the VerilogImporter class.

Definition in file VerilogImporter.cpp.

Variable Documentation

V3Global v3Global

Global variables for Verilator.

Note
The name v3Global is expected by Verilator code and therefore cannot be changed.

Definition at line 37 of file VerilogImporter.cpp.