Simple Mod 3 Calculator

Details
Category: Arithmetic Core
Created: October 09, 2010
Updated: January 27, 2020
Language: Verilog
Other project properties
Development Status: Alpha
WishBone compliant: No
WishBone version: n/a
License: LGPL
Description
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.