A quick & simple mod 3 calculator(only just combinational logic). the input 8-bit data is divided by 3. and the output is only 0, 1, or 2.
I use XilinxISE10.1 Synthesis the file, the speed can reach 113MHz.
If anyone want make it more faster, you can insert some registers and make it pipeline.