# GTKWave improvements
-(Originally at <http://lists.libre-soc.org/pipermail/libre-soc-dev/2020-August/000146.html>)
+* (Originally at <http://lists.libre-soc.org/pipermail/libre-soc-dev/2020-August/000146.html>)
+* [alu_fsm.py source](https://git.libre-soc.org/?p=soc.git;a=blob;f=src/soc/experiment/alu_fsm.py;h=9668535aedc8e507212906baf679dc37484b8e8d;hb=1d4fa2db3d660510ebeceb650188c6fcf3127fd4#l209)
Lately, I've been investigating about generating better GTKWave "save"
-files (*.gtkw), from Python. The goal is to ease analysis of traces
+files (\*.gtkw), from Python. The goal is to ease analysis of traces
generated by unit-tests, and at the same time to better understand the
inner working of modules, for which we are writing such tests.