HAL
project_manager.cpp File Reference
#include "hal_core/netlist/project_manager.h"
#include "hal_core/netlist/gate_library/gate_library.h"
#include "hal_core/netlist/netlist.h"
#include "hal_core/netlist/netlist_factory.h"
#include "hal_core/netlist/persistent/netlist_serializer.h"
#include "hal_core/netlist/project_serializer.h"
#include "hal_core/netlist/gate_library/gate_library_manager.h"
#include "hal_core/utilities/log.h"
#include <filesystem>
#include <fstream>
#include <iostream>
#include <rapidjson/filereadstream.h>
#include <rapidjson/stringbuffer.h>
#include "rapidjson/writer.h"
Include dependency graph for project_manager.cpp:

Go to the source code of this file.

Namespaces

 hal
 

Macros

#define PRETTY_JSON_OUTPUT   0
 

Variables

const int SERIALIZATION_FORMAT_VERSION = 10
 

Macro Definition Documentation

◆ PRETTY_JSON_OUTPUT

#define PRETTY_JSON_OUTPUT   0

Definition at line 17 of file project_manager.cpp.

Variable Documentation

◆ SERIALIZATION_FORMAT_VERSION

const int SERIALIZATION_FORMAT_VERSION = 10

Definition at line 24 of file project_manager.cpp.

Referenced by hal::netlist_serializer::serialize_to_file().