mirror of
https://github.com/olofk/serv.git
synced 2026-01-13 23:25:57 +00:00
Either the input from instruction bus is registered and the outputs are generated combinatorially (PRE_REGISTER mode), or the input from the instruction bus is decoded combinatorially and the result of decoding is registered (POST_REGISTER mode). First is smaller because it allows synthesis to optimize decoding logic with its users, but is slow. The second one is faster but slightly bigger. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>