From 5fae476896a34bc56c034d5a1ba453ab86ebfe48 Mon Sep 17 00:00:00 2001 From: Neel Gala Date: Fri, 8 Apr 2022 21:34:34 +0530 Subject: change xperm.[nbhw] to xperm[4,8,16,32] - this changes the imports in zk[ns] - this name is also what spike uses for now. - This fix may come-back later when zbp and zbkx reconcile on a common naming scheme for these instructions. --- rv_zk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rv_zk') diff --git a/rv_zk b/rv_zk index bdd8514..c4dc854 100644 --- a/rv_zk +++ b/rv_zk @@ -13,8 +13,8 @@ $import rv_zbc::clmul $import rv_zbc::clmulh #import zbkx -$import rv_zbkx::xperm4 -$import rv_zbkx::xperm8 +$import rv_zbp::xperm4 +$import rv_zbp::xperm8 #import zknh # Scalar SHA256 - RV32/RV64 -- cgit v1.1