From 81337eb41dca51fcdba7572b0449927732f4f3b5 Mon Sep 17 00:00:00 2001 From: zedarider Date: Thu, 1 Dec 2016 23:57:19 +0000 Subject: adding part 2 and 3 --- part_2/ex9_partially_working/incremental_db/README | 11 +++++++++++ .../incremental_db/compiled_partitions/ex9.db_info | 3 +++ .../compiled_partitions/ex9.root_partition.cmp.ammdb | Bin 0 -> 7184 bytes .../compiled_partitions/ex9.root_partition.cmp.cdb | Bin 0 -> 180890 bytes .../compiled_partitions/ex9.root_partition.cmp.dfp | Bin 0 -> 33 bytes .../ex9.root_partition.cmp.hbdb.cdb | Bin 0 -> 1947 bytes .../ex9.root_partition.cmp.hbdb.hdb | Bin 0 -> 20912 bytes .../ex9.root_partition.cmp.hbdb.sig | 1 + .../compiled_partitions/ex9.root_partition.cmp.hdb | Bin 0 -> 21094 bytes .../compiled_partitions/ex9.root_partition.cmp.logdb | 1 + .../compiled_partitions/ex9.root_partition.cmp.rcfdb | Bin 0 -> 40429 bytes .../compiled_partitions/ex9.root_partition.map.cdb | Bin 0 -> 15514 bytes .../compiled_partitions/ex9.root_partition.map.dpi | Bin 0 -> 1987 bytes .../ex9.root_partition.map.hbdb.cdb | Bin 0 -> 1447 bytes .../ex9.root_partition.map.hbdb.hb_info | Bin 0 -> 46 bytes .../ex9.root_partition.map.hbdb.hdb | Bin 0 -> 20284 bytes .../ex9.root_partition.map.hbdb.sig | 1 + .../compiled_partitions/ex9.root_partition.map.hdb | Bin 0 -> 20832 bytes .../compiled_partitions/ex9.root_partition.map.kpt | Bin 0 -> 2849 bytes .../compiled_partitions/ex9.root_partition.map.olf.cdb | Bin 0 -> 775 bytes .../compiled_partitions/ex9.root_partition.map.olm.cdb | Bin 0 -> 3598 bytes .../compiled_partitions/ex9.root_partition.map.oln.cdb | Bin 0 -> 16797 bytes .../compiled_partitions/ex9.root_partition.map.opi | 1 + .../compiled_partitions/ex9.root_partition.map.orf.cdb | Bin 0 -> 775 bytes .../compiled_partitions/ex9.root_partition.map.orm.cdb | Bin 0 -> 4531 bytes .../compiled_partitions/ex9.root_partition.map.orn.cdb | Bin 0 -> 31833 bytes .../compiled_partitions/ex9.root_partition.rrp.cdb | Bin 0 -> 15514 bytes .../ex9.root_partition.rrp.hbdb.cdb | Bin 0 -> 1447 bytes .../ex9.root_partition.rrp.hbdb.hdb | Bin 0 -> 20284 bytes .../compiled_partitions/ex9.root_partition.rrp.hdb | Bin 0 -> 20832 bytes .../compiled_partitions/ex9.root_partition.rrp.kpt | Bin 0 -> 2849 bytes .../incremental_db/compiled_partitions/ex9.rrp.hdb | Bin 0 -> 21636 bytes .../incremental_db/compiled_partitions/ex9.rrs.cdb | Bin 0 -> 418 bytes 33 files changed, 18 insertions(+) create mode 100755 part_2/ex9_partially_working/incremental_db/README create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.db_info create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.ammdb create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.cdb create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.dfp create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.hbdb.cdb create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.hbdb.hdb create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.hbdb.sig create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.hdb create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.logdb create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.rcfdb create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.cdb create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.dpi create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.hbdb.cdb create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.hbdb.hb_info create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.hbdb.hdb create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.hbdb.sig create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.hdb create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.kpt create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.olf.cdb create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.olm.cdb create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.oln.cdb create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.opi create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.orf.cdb create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.orm.cdb create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.orn.cdb create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.rrp.cdb create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.rrp.hbdb.cdb create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.rrp.hbdb.hdb create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.rrp.hdb create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.rrp.kpt create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.rrp.hdb create mode 100755 part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.rrs.cdb (limited to 'part_2/ex9_partially_working/incremental_db') diff --git a/part_2/ex9_partially_working/incremental_db/README b/part_2/ex9_partially_working/incremental_db/README new file mode 100755 index 0000000..6191fbe --- /dev/null +++ b/part_2/ex9_partially_working/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. + diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.db_info b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.db_info new file mode 100755 index 0000000..f84b742 --- /dev/null +++ b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.db_info @@ -0,0 +1,3 @@ +Quartus_Version = Version 16.0.0 Build 211 04/27/2016 SJ Standard Edition +Version_Index = 402707200 +Creation_Time = Fri Nov 25 10:41:49 2016 diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.ammdb b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.ammdb new file mode 100755 index 0000000..84e2e20 Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.ammdb differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.cdb b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.cdb new file mode 100755 index 0000000..b342ddc Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.cdb differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.dfp b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.dfp new file mode 100755 index 0000000..b1c67d6 Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.dfp differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.hbdb.cdb b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.hbdb.cdb new file mode 100755 index 0000000..7c6e4c6 Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.hbdb.cdb differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.hbdb.hdb b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.hbdb.hdb new file mode 100755 index 0000000..91157f9 Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.hbdb.hdb differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.hbdb.sig b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.hbdb.sig new file mode 100755 index 0000000..af9b8e9 --- /dev/null +++ b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.hbdb.sig @@ -0,0 +1 @@ +7aee213afbf8301ed5eefc8c827f49a3 \ No newline at end of file diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.hdb b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.hdb new file mode 100755 index 0000000..c6a91c8 Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.hdb differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.logdb b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.logdb new file mode 100755 index 0000000..d45424f --- /dev/null +++ b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.logdb @@ -0,0 +1 @@ +v1 diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.rcfdb b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.rcfdb new file mode 100755 index 0000000..36c8945 Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.cmp.rcfdb differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.cdb b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.cdb new file mode 100755 index 0000000..d39bf4a Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.cdb differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.dpi b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.dpi new file mode 100755 index 0000000..6e90988 Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.dpi differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.hbdb.cdb b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.hbdb.cdb new file mode 100755 index 0000000..9f6309e Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.hbdb.cdb differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.hbdb.hb_info b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.hbdb.hb_info new file mode 100755 index 0000000..8210c55 Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.hbdb.hb_info differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.hbdb.hdb b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.hbdb.hdb new file mode 100755 index 0000000..b94502f Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.hbdb.hdb differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.hbdb.sig b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.hbdb.sig new file mode 100755 index 0000000..af9b8e9 --- /dev/null +++ b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.hbdb.sig @@ -0,0 +1 @@ +7aee213afbf8301ed5eefc8c827f49a3 \ No newline at end of file diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.hdb b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.hdb new file mode 100755 index 0000000..ef311d3 Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.hdb differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.kpt b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.kpt new file mode 100755 index 0000000..0ea1881 Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.kpt differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.olf.cdb b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.olf.cdb new file mode 100755 index 0000000..59e07ca Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.olf.cdb differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.olm.cdb b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.olm.cdb new file mode 100755 index 0000000..aec68a5 Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.olm.cdb differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.oln.cdb b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.oln.cdb new file mode 100755 index 0000000..84a30b9 Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.oln.cdb differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.opi b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.opi new file mode 100755 index 0000000..56a6051 --- /dev/null +++ b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.opi @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.orf.cdb b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.orf.cdb new file mode 100755 index 0000000..59e07ca Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.orf.cdb differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.orm.cdb b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.orm.cdb new file mode 100755 index 0000000..1490a08 Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.orm.cdb differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.orn.cdb b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.orn.cdb new file mode 100755 index 0000000..3d14455 Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.map.orn.cdb differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.rrp.cdb b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.rrp.cdb new file mode 100755 index 0000000..d39bf4a Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.rrp.cdb differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.rrp.hbdb.cdb b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.rrp.hbdb.cdb new file mode 100755 index 0000000..9f6309e Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.rrp.hbdb.cdb differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.rrp.hbdb.hdb b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.rrp.hbdb.hdb new file mode 100755 index 0000000..b94502f Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.rrp.hbdb.hdb differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.rrp.hdb b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.rrp.hdb new file mode 100755 index 0000000..ef311d3 Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.rrp.hdb differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.rrp.kpt b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.rrp.kpt new file mode 100755 index 0000000..0ea1881 Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.root_partition.rrp.kpt differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.rrp.hdb b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.rrp.hdb new file mode 100755 index 0000000..4ff0730 Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.rrp.hdb differ diff --git a/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.rrs.cdb b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.rrs.cdb new file mode 100755 index 0000000..7c2db17 Binary files /dev/null and b/part_2/ex9_partially_working/incremental_db/compiled_partitions/ex9.rrs.cdb differ -- cgit