![]() |
PandA-2024.02
|
Forward declarations of FloPoCo classes. More...
Data Structures | |
| class | FPAssign |
| The FPAssign class. More... | |
| class | FPge_expr |
| The FPge_expr class. More... | |
| class | FPgt_expr |
| The FPgt_expr class. More... | |
| class | FPle_expr |
| The FPle_expr class. More... | |
| class | FPlt_expr |
| The FPlt_expr class. More... | |
Variables | |
| std::string | filename = "flopoco.vhdl" |
| std::string | cl_name = "" |
| int | LongAccN = 0 |
| int | yyTheCycle |
| vector< pair< string, int > > | theUseTable |
| bool | combinatorialOperator |
| vector< Operator * > | oplist |
Forward declarations of FloPoCo classes.
| std::string flopoco::cl_name = "" |
Definition at line 144 of file flopoco_wrapper.cpp.
| bool flopoco::combinatorialOperator |
Definition at line 149 of file flopoco_wrapper.cpp.
| std::string flopoco::filename = "flopoco.vhdl" |
Definition at line 143 of file flopoco_wrapper.cpp.
Referenced by MemoryInitializationCWriter::ActivateFileInit(), create_project_file(), BambuParameter::Exec(), CompilerWrapper::FillTreeManager(), SimulationTool::GenerateLibraryBuildScript(), memory::get_parameter_alignment(), HDL_manager::write_components(), TestbenchGeneration::write_verilator_testbench(), and flopoco_wrapper::writeVHDLcommon().
| int flopoco::LongAccN = 0 |
Definition at line 145 of file flopoco_wrapper.cpp.
| vector< Operator * > flopoco::oplist |
Definition at line 88 of file FPge_expr.cpp.
| vector<pair<string, int> > flopoco::theUseTable |
Definition at line 148 of file flopoco_wrapper.cpp.
| int flopoco::yyTheCycle |
Definition at line 147 of file flopoco_wrapper.cpp.
1.8.13