1
0
mirror of https://github.com/olofk/serv.git synced 2026-01-13 23:25:57 +00:00
Sylvain Munaut 259d5a10ed decode: Add option to pre or post register during decoding
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>
2021-05-28 21:26:54 +02:00
..
2021-01-18 22:46:51 +01:00
2021-01-23 22:42:26 +01:00
2021-01-18 22:47:28 +01:00
2021-04-26 17:04:18 +02:00
2021-04-08 15:36:11 +02:00
2020-11-10 15:16:19 +01:00