-
- Downloads
T: check consistency of T_messages.txt with VCD functions and variables traces
Since VCD has now to go through the T tracer, we enforce the consistency of data found in common/utils/LOG/vcd_signal_dumper.[ch] with data found in common/utils/T/T_messages.txt. We might get completely rid of common/utils/LOG/vcd_signal_dumper.[ch] at some point. For the moment, let's keep it. This commit adds the program common/utils/T/check_vcd.c and necessary modifications to enforce its use at compilation time. If you modify common/utils/LOG/vcd_signal_dumper.[ch] but do not update common/utils/T/T_messages.txt an error will pop up when you compile the software. You have to keep both modules synchronized.
Showing
- cmake_targets/CMakeLists.txt 6 additions, 1 deletioncmake_targets/CMakeLists.txt
- common/utils/LOG/vcd_signal_dumper.h 7 additions, 7 deletionscommon/utils/LOG/vcd_signal_dumper.h
- common/utils/T/Makefile 8 additions, 1 deletioncommon/utils/T/Makefile
- common/utils/T/T_messages.txt 3 additions, 24 deletionscommon/utils/T/T_messages.txt
- common/utils/T/check_vcd.c 249 additions, 0 deletionscommon/utils/T/check_vcd.c
- common/utils/itti/intertask_interface.c 1 addition, 1 deletioncommon/utils/itti/intertask_interface.c
Loading
Please register or sign in to comment