add 8位加法器

此提交包含在:
2022-03-07 08:54:33 +08:00
父節點 3b813002d0
當前提交 e32d73391a
共有 78 個檔案被更改,包括 5863 行新增0 行删除

11
adder/incremental_db/README 一般檔案
查看文件

@@ -0,0 +1,11 @@
This folder contains data for incremental compilation.
The compiled_partitions sub-folder contains previous compilation results for each partition.
As long as this folder is preserved, incremental compilation results from earlier compiles
can be re-used. To perform a clean compilation from source files for all partitions, both
the db and incremental_db folder should be removed.
The imported_partitions sub-folder contains the last imported QXP for each imported partition.
As long as this folder is preserved, imported partitions will be automatically re-imported
when the db or incremental_db/compiled_partitions folders are removed.

未顯示二進位檔案。

未顯示二進位檔案。

查看文件

@@ -0,0 +1,10 @@
<kpt_db name="root_partition" kpt_version="1.1">
<key_points_set type="reference" hier_sep="|">
</key_points_set>
<key_points_set type="transition" hier_sep="|">
</key_points_set>
<key_points_set type="transformed" hier_sep="|">
</key_points_set>
<transformations_set hier_sep="|">
</transformations_set>
</kpt_db>

查看文件

@@ -0,0 +1 @@
v1

未顯示二進位檔案。

未顯示二進位檔案。

未顯示二進位檔案。

查看文件

@@ -0,0 +1,10 @@
<kpt_db name="adder.map_bb" kpt_version="1.1">
<key_points_set type="reference" hier_sep="/">
</key_points_set>
<key_points_set type="transition" hier_sep="|">
</key_points_set>
<key_points_set type="transformed" hier_sep="|">
</key_points_set>
<transformations_set hier_sep="|">
</transformations_set>
</kpt_db>