41 #ifndef WRITE_TECHNOLOGY_HPP 42 #define WRITE_TECHNOLOGY_HPP generic device description
RelationshipType
The relationship type.
REF_FORWARD_DECL(generic_device)
Superclass include.
Step which write technology information.
This class manages the technology library structures.
const technology_managerRef TM
The technology manager.
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
WriteTechnology(const technology_managerRef TM, const generic_deviceRef target, const DesignFlowManagerConstRef design_flow_manager, const ParameterConstRef parameters)
Constructor.
const ParameterConstRef parameters
Set of input parameters.
DesignFlowStep_Status
The status of a step.
Template definition of refcount.
const CustomUnorderedSet< TechnologyFlowStep_Type > ComputeTechnologyRelationships(const DesignFlowStep::RelationshipType relationship_type) const override
Return the set of analyses in relationship with this design step.
Base class for technology flow steps.
DesignFlowStep_Status Exec() override
Execute the step.
~WriteTechnology() override
Destructor.
const generic_deviceRef target
The target device.