![]() |
HAL
|
#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"
Go to the source code of this file.
Namespaces | |
hal | |
Macros | |
#define | PRETTY_JSON_OUTPUT 0 |
Variables | |
const int | SERIALIZATION_FORMAT_VERSION = 10 |
#define PRETTY_JSON_OUTPUT 0 |
Definition at line 17 of file project_manager.cpp.
const int SERIALIZATION_FORMAT_VERSION = 10 |
Definition at line 24 of file project_manager.cpp.
Referenced by hal::netlist_serializer::serialize_to_file().