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