From 5caf2af6d67bbe62f881750f138dc49db09c569e Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sun, 29 Nov 2020 16:49:17 -0300 Subject: [PATCH] reinstate, in my sandbox, scripts I wrote for 532 now as symlinks to the modified versions --- lxo/532/comp16-v1-skel.py | 1 + lxo/532/comp16-v2-skel.py | 1 + lxo/532/insn-histogram.py | 1 + 3 files changed, 3 insertions(+) create mode 120000 lxo/532/comp16-v1-skel.py create mode 120000 lxo/532/comp16-v2-skel.py create mode 120000 lxo/532/insn-histogram.py diff --git a/lxo/532/comp16-v1-skel.py b/lxo/532/comp16-v1-skel.py new file mode 120000 index 000000000..c084b4717 --- /dev/null +++ b/lxo/532/comp16-v1-skel.py @@ -0,0 +1 @@ +../../openpower/sv/comp16-v1-skel.py \ No newline at end of file diff --git a/lxo/532/comp16-v2-skel.py b/lxo/532/comp16-v2-skel.py new file mode 120000 index 000000000..a77506ef6 --- /dev/null +++ b/lxo/532/comp16-v2-skel.py @@ -0,0 +1 @@ +../../openpower/sv/estimate-compression.py \ No newline at end of file diff --git a/lxo/532/insn-histogram.py b/lxo/532/insn-histogram.py new file mode 120000 index 000000000..de21db63c --- /dev/null +++ b/lxo/532/insn-histogram.py @@ -0,0 +1 @@ +../../openpower/sv/insn-histogram.py \ No newline at end of file -- 2.30.2