aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2015-06-23 16:58:45 +0200
committerJoachim StroĢˆmbergson <joachim@secworks.se>2015-06-23 16:58:45 +0200
commitfeeb054a16bbb3ed6111ac2a165c6266b20750cb (patch)
tree7fcf40e1c6b397520fa64fc5cc03ccbe6c375004 /src
parent435b905a9e1ca2d5cc1b6e5d25689773d19dcde4 (diff)
Changed name of files to reflect that the adder and the shifters are now not specifically working on 32-bit operands. HEADSUP: This breaks builds that use the old file names.
Diffstat (limited to 'src')
-rw-r--r--src/rtl/adder.v (renamed from src/rtl/adder32.v)0
-rw-r--r--src/rtl/shl.v (renamed from src/rtl/shl32.v)0
-rw-r--r--src/rtl/shr.v (renamed from src/rtl/shr32.v)0
3 files changed, 0 insertions, 0 deletions
diff --git a/src/rtl/adder32.v b/src/rtl/adder.v
index fa8ed8c..fa8ed8c 100644
--- a/src/rtl/adder32.v
+++ b/src/rtl/adder.v
diff --git a/src/rtl/shl32.v b/src/rtl/shl.v
index bed83e8..bed83e8 100644
--- a/src/rtl/shl32.v
+++ b/src/rtl/shl.v
diff --git a/src/rtl/shr32.v b/src/rtl/shr.v
index 40ef111..40ef111 100644
--- a/src/rtl/shr32.v
+++ b/src/rtl/shr.v