From e598188aca37c42a6a130d54c8d5432d6df8f89a Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Tue, 8 Oct 2019 23:26:23 +1100 Subject: [PATCH] plru: Improve sensitivity list Signed-off-by: Benjamin Herrenschmidt --- plru.vhdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;