Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into knutel/issue_141_pe…
Browse files Browse the repository at this point in the history
…vents
  • Loading branch information
klingaard committed Feb 4, 2024
2 parents e0b29ca + 4d200b9 commit 871ddc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stf_lib
Submodule stf_lib updated 59 files
+1 −1 cmake/stf-config.cmake
+19 −1 cmake/stf_linker_setup.cmake
+2 −0 lib/stf_branch.cpp
+0 −112 lib/stf_descriptor.cpp
+0 −193 lib/stf_enums.cpp
+0 −57 lib/stf_generator.cpp
+1 −0 lib/stf_ifstream.cpp
+3 −4 lib/stf_inst.cpp
+0 −24 lib/stf_protocol_data.cpp
+5 −1 lib/stf_protocol_types.cpp
+6 −6 lib/stf_reader.cpp
+0 −121 lib/stf_record_types.cpp
+0 −42 lib/stf_reg_def.cpp
+2 −1 lib/stf_reg_state.cpp
+1 −1 lib/stf_transaction_record_reader.cpp
+1 −1 lib/stf_transaction_writer.cpp
+5 −2 lib/stf_writer.cpp
+0 −38 lib/tilelink.cpp
+17 −17 stf-inc/format_utils.hpp
+1 −1 stf-inc/print_utils.hpp
+415 −0 stf-inc/protocols/channel_protocol.hpp
+34 −1,073 stf-inc/protocols/tilelink.hpp
+53 −0 stf-inc/stf_branch.hpp
+22 −1 stf-inc/stf_branch_reader.hpp
+1 −1 stf-inc/stf_clock_id.hpp
+3 −3 stf-inc/stf_compressed_chunked_base.hpp
+125 −119 stf-inc/stf_descriptor.hpp
+386 −10 stf-inc/stf_enum_utils.hpp
+84 −73 stf-inc/stf_enums.hpp
+1 −0 stf-inc/stf_env_var.hpp
+24 −41 stf-inc/stf_exception.hpp
+9 −3 stf-inc/stf_factory.hpp
+21 −23 stf-inc/stf_generator.hpp
+19 −1 stf-inc/stf_ifstream.hpp
+16 −16 stf-inc/stf_inst.hpp
+14 −11 stf-inc/stf_inst_reader.hpp
+1 −0 stf-inc/stf_item.hpp
+55 −0 stf-inc/stf_macro_utils.hpp
+42 −0 stf-inc/stf_object.hpp
+8 −5 stf-inc/stf_ofstream.hpp
+1 −1 stf-inc/stf_page_table.hpp
+0 −2 stf-inc/stf_pool.hpp
+2 −1 stf-inc/stf_protocol_data.hpp
+457 −0 stf-inc/stf_protocol_fields.hpp
+7 −7 stf-inc/stf_protocol_id.hpp
+6 −6 stf-inc/stf_reader.hpp
+5 −0 stf-inc/stf_record_interfaces.hpp
+0 −3 stf-inc/stf_record_map.hpp
+136 −96 stf-inc/stf_record_types.hpp
+24 −29 stf-inc/stf_reg_def.hpp
+2 −2 stf-inc/stf_reg_state.hpp
+86 −1 stf-inc/stf_serializable_container.hpp
+1 −0 stf-inc/stf_transaction.hpp
+33 −0 stf-inc/type_utils.hpp
+9 −10 stfpy/CMakeLists.txt
+12 −11 stfpy/setup.py
+5 −5 stfpy/stfpy/stf_inst.pyx
+1 −1 stfpy/stfpy/stf_lib/stf_enums.pxd
+2 −2 stfpy/stfpy/stf_lib/stf_inst.pxd

0 comments on commit 871ddc5

Please sign in to comment.