|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
#include "hal_core/netlist/gate.h"#include "hal_core/netlist/net.h"#include "hal_core/netlist/netlist.h"#include "hal_core/utilities/token_stream.h"#include "xilinx_toolbox/plugin_xilinx_toolbox.h"#include "xilinx_toolbox/types.h"#include <fstream>#include <regex>
Go to the source code of this file.
Namespaces | |
| hal | |
| hal::xilinx_toolbox | |
Functions | |
| Result< std::monostate > | hal::xilinx_toolbox::parse_xdc_file (Netlist *nl, const std::filesystem::path &xdc_file) |
Parse an .xdc file and extract the position LOC and BEL data of each gate. More... | |