From: Benjamin Herrenschmidt Date: Tue, 8 Oct 2019 12:26:23 +0000 (+1100) Subject: plru: Improve sensitivity list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e598188aca37c42a6a130d54c8d5432d6df8f89a;p=microwatt.git plru: Improve sensitivity list Signed-off-by: Benjamin Herrenschmidt --- diff --git a/plru.vhdl b/plru.vhdl index 6907c2b..6caa2ef 100644 --- a/plru.vhdl +++ b/plru.vhdl @@ -29,7 +29,7 @@ begin -- XXX Check if we can turn that into a little ROM instead that -- takes the tree bit vector and returns the LRU. See if it's better -- in term of FPGA resouces usage... - get_lru: process(all) + get_lru: process(tree) variable node : node_t; begin node := 0;