From 818ad00d3ce414373c41e44efa8d3c2a6c513f3b Mon Sep 17 00:00:00 2001 From: aolofsson Date: Fri, 27 May 2022 22:01:24 -0400 Subject: [PATCH] Moving mathlib into stdlib -Less libraries is better in this case --- {mathlib => stdlib}/hdl/oh_abs.v | 0 {mathlib => stdlib}/hdl/oh_add.v | 0 {mathlib => stdlib}/hdl/oh_bitreverse.v | 0 {mathlib => stdlib}/hdl/oh_counter.v | 0 {mathlib => stdlib}/hdl/oh_csa32.v | 0 {mathlib => stdlib}/hdl/oh_csa42.v | 0 {mathlib => stdlib}/hdl/oh_csa62.v | 0 {mathlib => stdlib}/hdl/oh_csa92.v | 0 {mathlib => stdlib}/hdl/oh_mult.v | 0 {mathlib => stdlib}/hdl/oh_shift.v | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename {mathlib => stdlib}/hdl/oh_abs.v (100%) rename {mathlib => stdlib}/hdl/oh_add.v (100%) rename {mathlib => stdlib}/hdl/oh_bitreverse.v (100%) rename {mathlib => stdlib}/hdl/oh_counter.v (100%) rename {mathlib => stdlib}/hdl/oh_csa32.v (100%) rename {mathlib => stdlib}/hdl/oh_csa42.v (100%) rename {mathlib => stdlib}/hdl/oh_csa62.v (100%) rename {mathlib => stdlib}/hdl/oh_csa92.v (100%) rename {mathlib => stdlib}/hdl/oh_mult.v (100%) rename {mathlib => stdlib}/hdl/oh_shift.v (100%) diff --git a/mathlib/hdl/oh_abs.v b/stdlib/hdl/oh_abs.v similarity index 100% rename from mathlib/hdl/oh_abs.v rename to stdlib/hdl/oh_abs.v diff --git a/mathlib/hdl/oh_add.v b/stdlib/hdl/oh_add.v similarity index 100% rename from mathlib/hdl/oh_add.v rename to stdlib/hdl/oh_add.v diff --git a/mathlib/hdl/oh_bitreverse.v b/stdlib/hdl/oh_bitreverse.v similarity index 100% rename from mathlib/hdl/oh_bitreverse.v rename to stdlib/hdl/oh_bitreverse.v diff --git a/mathlib/hdl/oh_counter.v b/stdlib/hdl/oh_counter.v similarity index 100% rename from mathlib/hdl/oh_counter.v rename to stdlib/hdl/oh_counter.v diff --git a/mathlib/hdl/oh_csa32.v b/stdlib/hdl/oh_csa32.v similarity index 100% rename from mathlib/hdl/oh_csa32.v rename to stdlib/hdl/oh_csa32.v diff --git a/mathlib/hdl/oh_csa42.v b/stdlib/hdl/oh_csa42.v similarity index 100% rename from mathlib/hdl/oh_csa42.v rename to stdlib/hdl/oh_csa42.v diff --git a/mathlib/hdl/oh_csa62.v b/stdlib/hdl/oh_csa62.v similarity index 100% rename from mathlib/hdl/oh_csa62.v rename to stdlib/hdl/oh_csa62.v diff --git a/mathlib/hdl/oh_csa92.v b/stdlib/hdl/oh_csa92.v similarity index 100% rename from mathlib/hdl/oh_csa92.v rename to stdlib/hdl/oh_csa92.v diff --git a/mathlib/hdl/oh_mult.v b/stdlib/hdl/oh_mult.v similarity index 100% rename from mathlib/hdl/oh_mult.v rename to stdlib/hdl/oh_mult.v diff --git a/mathlib/hdl/oh_shift.v b/stdlib/hdl/oh_shift.v similarity index 100% rename from mathlib/hdl/oh_shift.v rename to stdlib/hdl/oh_shift.v