From b78f6be379d08dc16fecd0de53221706118b6d3d Mon Sep 17 00:00:00 2001 From: xinb Date: Mon, 4 Aug 2025 02:37:45 +0800 Subject: [PATCH] Remove --- doc/{lib => filelist}/enc_dec/oh_bin/oh_bin.f | 0 doc/{lib => filelist}/fifo/sync/sync.f | 0 doc/tb/enc_dec/oh_bin/oh_bin_tb.f | 1 - doc/tb/fifo/sync/sync_tb.f | 1 - lib.f | 3 --- tb.f | 3 --- 6 files changed, 8 deletions(-) rename doc/{lib => filelist}/enc_dec/oh_bin/oh_bin.f (100%) rename doc/{lib => filelist}/fifo/sync/sync.f (100%) delete mode 100644 doc/tb/enc_dec/oh_bin/oh_bin_tb.f delete mode 100644 doc/tb/fifo/sync/sync_tb.f delete mode 100644 lib.f delete mode 100644 tb.f diff --git a/doc/lib/enc_dec/oh_bin/oh_bin.f b/doc/filelist/enc_dec/oh_bin/oh_bin.f similarity index 100% rename from doc/lib/enc_dec/oh_bin/oh_bin.f rename to doc/filelist/enc_dec/oh_bin/oh_bin.f diff --git a/doc/lib/fifo/sync/sync.f b/doc/filelist/fifo/sync/sync.f similarity index 100% rename from doc/lib/fifo/sync/sync.f rename to doc/filelist/fifo/sync/sync.f diff --git a/doc/tb/enc_dec/oh_bin/oh_bin_tb.f b/doc/tb/enc_dec/oh_bin/oh_bin_tb.f deleted file mode 100644 index 55b9af9..0000000 --- a/doc/tb/enc_dec/oh_bin/oh_bin_tb.f +++ /dev/null @@ -1 +0,0 @@ -// 已合并到 ../../../../lib/enc_dec/oh_bin/oh_bin.f diff --git a/doc/tb/fifo/sync/sync_tb.f b/doc/tb/fifo/sync/sync_tb.f deleted file mode 100644 index 4f28aff..0000000 --- a/doc/tb/fifo/sync/sync_tb.f +++ /dev/null @@ -1 +0,0 @@ -// 已合并到 ../../../../lib/fifo/sync/sync.f diff --git a/lib.f b/lib.f deleted file mode 100644 index 92a8995..0000000 --- a/lib.f +++ /dev/null @@ -1,3 +0,0 @@ -// lib.f: ic_com库所有核心源文件 -lib/enc_dec/oh_bin/oh2bin.sv -lib/fifo/sync/fifo_sync.sv diff --git a/tb.f b/tb.f deleted file mode 100644 index 7665b85..0000000 --- a/tb.f +++ /dev/null @@ -1,3 +0,0 @@ -// tb.f: ic_com库所有测试平台文件 -tb/enc_dec/oh_bin/oh2bin_tb.sv -tb/fifo/sync/fifo_sync_tb.sv