From f6813422d3e5bbefd8d0e6236df914675f1e50b6 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Wed, 24 Mar 2021 16:46:18 +0000 Subject: [PATCH] - refactored git-svn-id: http://moon:8086/svn/vhdl/trunk@1523 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/JBUS/src/busmaster/{async => }/busmaster_async.vhd | 0 lib/JBUS/src/busmaster/{async => }/busmaster_async_new.vhd | 0 lib/JBUS/src/busmaster/{sync => }/busmaster_sync.vhd | 0 lib/JBUS/src/busmaster/{async => }/tb_busmaster_async.vhd | 0 lib/JBUS/src/busmaster/{sync => }/tb_busmaster_sync.vhd | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename lib/JBUS/src/busmaster/{async => }/busmaster_async.vhd (100%) rename lib/JBUS/src/busmaster/{async => }/busmaster_async_new.vhd (100%) rename lib/JBUS/src/busmaster/{sync => }/busmaster_sync.vhd (100%) rename lib/JBUS/src/busmaster/{async => }/tb_busmaster_async.vhd (100%) rename lib/JBUS/src/busmaster/{sync => }/tb_busmaster_sync.vhd (100%) diff --git a/lib/JBUS/src/busmaster/async/busmaster_async.vhd b/lib/JBUS/src/busmaster/busmaster_async.vhd similarity index 100% rename from lib/JBUS/src/busmaster/async/busmaster_async.vhd rename to lib/JBUS/src/busmaster/busmaster_async.vhd diff --git a/lib/JBUS/src/busmaster/async/busmaster_async_new.vhd b/lib/JBUS/src/busmaster/busmaster_async_new.vhd similarity index 100% rename from lib/JBUS/src/busmaster/async/busmaster_async_new.vhd rename to lib/JBUS/src/busmaster/busmaster_async_new.vhd diff --git a/lib/JBUS/src/busmaster/sync/busmaster_sync.vhd b/lib/JBUS/src/busmaster/busmaster_sync.vhd similarity index 100% rename from lib/JBUS/src/busmaster/sync/busmaster_sync.vhd rename to lib/JBUS/src/busmaster/busmaster_sync.vhd diff --git a/lib/JBUS/src/busmaster/async/tb_busmaster_async.vhd b/lib/JBUS/src/busmaster/tb_busmaster_async.vhd similarity index 100% rename from lib/JBUS/src/busmaster/async/tb_busmaster_async.vhd rename to lib/JBUS/src/busmaster/tb_busmaster_async.vhd diff --git a/lib/JBUS/src/busmaster/sync/tb_busmaster_sync.vhd b/lib/JBUS/src/busmaster/tb_busmaster_sync.vhd similarity index 100% rename from lib/JBUS/src/busmaster/sync/tb_busmaster_sync.vhd rename to lib/JBUS/src/busmaster/tb_busmaster_sync.vhd