|
HAL
|
#include <plugin_verilog_writer.h>


Public Member Functions | |
| VerilogWriterExtension () | |
Public Member Functions inherited from hal::FacExtensionInterface | |
| FacExtensionInterface (Feature feat) | |
| Feature | get_feature () const |
| std::string | get_description () const |
| std::vector< std::string > | get_supported_file_extensions () const |
Public Member Functions inherited from hal::AbstractExtensionInterface | |
| AbstractExtensionInterface () | |
| virtual | ~AbstractExtensionInterface () |
Additional Inherited Members | |
Public Types inherited from hal::FacExtensionInterface | |
| enum | Feature { FacUnknown , FacNetlistParser , FacNetlistWriter , FacGatelibParser , FacGatelibWriter } |
Public Attributes inherited from hal::FacExtensionInterface | |
| AbstractFactoryProvider * | factory_provider |
Protected Attributes inherited from hal::FacExtensionInterface | |
| Feature | m_feature |
| std::string | m_description |
| std::vector< std::string > | m_supported_file_extensions |
Definition at line 33 of file plugin_verilog_writer.h.
| hal::VerilogWriterExtension::VerilogWriterExtension | ( | ) |
Definition at line 13 of file plugin_verilog_writer.cpp.
References hal::FacExtensionInterface::factory_provider, hal::FacExtensionInterface::m_description, hal::FacFactoryProvider< T >::m_factory, and hal::FacExtensionInterface::m_supported_file_extensions.