![]() |
PandA-2024.02
|
Starting from the FSM graph, it generates a shift register for control. More...
#include "pipeline_controller.hpp"#include "BambuParameter.hpp"#include "allocation_information.hpp"#include "behavioral_helper.hpp"#include "commandport_obj.hpp"#include "conn_binding.hpp"#include "connection_obj.hpp"#include "copyrights_strings.hpp"#include "custom_map.hpp"#include "custom_set.hpp"#include "dbgPrintHelper.hpp"#include "exceptions.hpp"#include "fu_binding.hpp"#include "function_behavior.hpp"#include "funit_obj.hpp"#include "hls.hpp"#include "hls_device.hpp"#include "hls_manager.hpp"#include "liveness.hpp"#include "mux_obj.hpp"#include "op_graph.hpp"#include "reg_binding.hpp"#include "register_obj.hpp"#include "schedule.hpp"#include "state_transition_graph.hpp"#include "state_transition_graph_manager.hpp"#include "storage_value_information.hpp"#include "string_manipulation.hpp"#include "structural_manager.hpp"#include "structural_objects.hpp"#include "technology_manager.hpp"#include "technology_node.hpp"#include "tree_helper.hpp"#include "tree_manager.hpp"#include "tree_node.hpp"#include "tree_reindex.hpp"#include <deque>#include <iosfwd>#include <list>#include <utility>#include <vector>
Go to the source code of this file.
Starting from the FSM graph, it generates a shift register for control.
Definition in file pipeline_controller.cpp.
1.8.13