For more information read our blog post.
To run AES0 simulation:
$ verilator -cc aes_192_sed.v -f input.vc --Mdir build -o simu --exe simulation.cpp
$ make -C build/ -f Vaes_192_sed.mk simu
$ ./build/simu
To run the full attack:
$ make
$ ./attack.sh
Make sure to use at least v0.0.4 of phoenixAES.