From 27503b574177e171d94382fa9814b9b151eefb8c Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Wed, 4 Mar 2020 10:32:44 +0100
Subject: [PATCH] Moved and renamed MM bus code from common to mm HDL library.

---
 .../src/vhdl/common_mem_bus.vhd => mm/src/vhdl/mm_bus.vhd}        | 0
 .../common_mem_master_mux.vhd => mm/src/vhdl/mm_master_mux.vhd}   | 0
 .../tb/vhdl/mm_waitrequest_model.vhd}                             | 0
 .../tb/vhdl/tb_common_mem_bus.vhd => mm/tb/vhdl/tb_mm_bus.vhd}    | 0
 .../tb/vhdl/tb_mm_master_mux.vhd}                                 | 0
 .../vhdl/tb_tb_common_mem_bus.vhd => mm/tb/vhdl/tb_tb_mm_bus.vhd} | 0
 .../tb/vhdl/tb_tb_mm_master_mux.vhd}                              | 0
 7 files changed, 0 insertions(+), 0 deletions(-)
 rename libraries/base/{common/src/vhdl/common_mem_bus.vhd => mm/src/vhdl/mm_bus.vhd} (100%)
 rename libraries/base/{common/src/vhdl/common_mem_master_mux.vhd => mm/src/vhdl/mm_master_mux.vhd} (100%)
 rename libraries/base/{common/tb/vhdl/common_mem_waitrequest_model.vhd => mm/tb/vhdl/mm_waitrequest_model.vhd} (100%)
 rename libraries/base/{common/tb/vhdl/tb_common_mem_bus.vhd => mm/tb/vhdl/tb_mm_bus.vhd} (100%)
 rename libraries/base/{common/tb/vhdl/tb_common_mem_master_mux.vhd => mm/tb/vhdl/tb_mm_master_mux.vhd} (100%)
 rename libraries/base/{common/tb/vhdl/tb_tb_common_mem_bus.vhd => mm/tb/vhdl/tb_tb_mm_bus.vhd} (100%)
 rename libraries/base/{common/tb/vhdl/tb_tb_common_mem_master_mux.vhd => mm/tb/vhdl/tb_tb_mm_master_mux.vhd} (100%)

diff --git a/libraries/base/common/src/vhdl/common_mem_bus.vhd b/libraries/base/mm/src/vhdl/mm_bus.vhd
similarity index 100%
rename from libraries/base/common/src/vhdl/common_mem_bus.vhd
rename to libraries/base/mm/src/vhdl/mm_bus.vhd
diff --git a/libraries/base/common/src/vhdl/common_mem_master_mux.vhd b/libraries/base/mm/src/vhdl/mm_master_mux.vhd
similarity index 100%
rename from libraries/base/common/src/vhdl/common_mem_master_mux.vhd
rename to libraries/base/mm/src/vhdl/mm_master_mux.vhd
diff --git a/libraries/base/common/tb/vhdl/common_mem_waitrequest_model.vhd b/libraries/base/mm/tb/vhdl/mm_waitrequest_model.vhd
similarity index 100%
rename from libraries/base/common/tb/vhdl/common_mem_waitrequest_model.vhd
rename to libraries/base/mm/tb/vhdl/mm_waitrequest_model.vhd
diff --git a/libraries/base/common/tb/vhdl/tb_common_mem_bus.vhd b/libraries/base/mm/tb/vhdl/tb_mm_bus.vhd
similarity index 100%
rename from libraries/base/common/tb/vhdl/tb_common_mem_bus.vhd
rename to libraries/base/mm/tb/vhdl/tb_mm_bus.vhd
diff --git a/libraries/base/common/tb/vhdl/tb_common_mem_master_mux.vhd b/libraries/base/mm/tb/vhdl/tb_mm_master_mux.vhd
similarity index 100%
rename from libraries/base/common/tb/vhdl/tb_common_mem_master_mux.vhd
rename to libraries/base/mm/tb/vhdl/tb_mm_master_mux.vhd
diff --git a/libraries/base/common/tb/vhdl/tb_tb_common_mem_bus.vhd b/libraries/base/mm/tb/vhdl/tb_tb_mm_bus.vhd
similarity index 100%
rename from libraries/base/common/tb/vhdl/tb_tb_common_mem_bus.vhd
rename to libraries/base/mm/tb/vhdl/tb_tb_mm_bus.vhd
diff --git a/libraries/base/common/tb/vhdl/tb_tb_common_mem_master_mux.vhd b/libraries/base/mm/tb/vhdl/tb_tb_mm_master_mux.vhd
similarity index 100%
rename from libraries/base/common/tb/vhdl/tb_tb_common_mem_master_mux.vhd
rename to libraries/base/mm/tb/vhdl/tb_tb_mm_master_mux.vhd
-- 
GitLab