Commit Graph

6928 Commits

Author SHA1 Message Date
tangxifan ea91182216 [core] check option conflicts 2023-09-26 11:40:42 -07:00
tangxifan c4bce834e4 [core] code format 2023-09-25 22:34:39 -07:00
tangxifan 262e47a922 [doc] update 2023-09-25 22:34:10 -07:00
tangxifan 5aa206e616 [core] fixed some bugs 2023-09-25 22:27:24 -07:00
tangxifan 60b8c396dc [test] add a new test 2023-09-25 21:25:21 -07:00
tangxifan 1624dc9764 [core] code format 2023-09-25 21:13:50 -07:00
tangxifan 76f446caec [core] fixed a bug 2023-09-25 21:13:11 -07:00
tangxifan a4f53c64c6 [test] fixed a bug 2023-09-25 19:28:19 -07:00
tangxifan 663c9c9fa1 [test] add a new test to validate the tile port merge feature 2023-09-25 18:34:34 -07:00
tangxifan dbd466cdec [core] now support tile port merge 2023-09-25 18:16:24 -07:00
tangxifan 3adf81046a [core] code format 2023-09-25 17:22:26 -07:00
tangxifan 5e269e8bc4 [core] support port merging at grid modules 2023-09-25 17:21:58 -07:00
tangxifan fd99dafad7 [core] code format 2023-09-25 16:51:01 -07:00
tangxifan 96f36a96dd [core] syntax 2023-09-25 16:50:30 -07:00
tangxifan ca715f4c82 [core] developing parser to support subtile port merge 2023-09-25 16:46:34 -07:00
tangxifan e345b97b84
Merge pull request #1374 from lnis-uofu/patch_update
Pulling refs/heads/master into master
2023-09-23 18:25:40 -07:00
github-actions[bot] d42cc1413a Updated Patch Count 2023-09-24 01:18:25 +00:00
tangxifan 80c93dd6eb
Merge pull request #1373 from lnis-uofu/xt_module_name_assistant
New utility tool: module name assistant
2023-09-23 18:17:54 -07:00
tangxifan a1ed277a88 [test] typo 2023-09-23 15:12:02 -07:00
tangxifan 00e1a5df11 [test] fixed some bugs 2023-09-23 12:44:47 -07:00
tangxifan 195aa7a9a8 [test] developing new test to increase coverage on module renaming 2023-09-23 12:40:20 -07:00
tangxifan edb0e687f1 [core] code format 2023-09-23 12:15:53 -07:00
tangxifan 11de8965a8 [core] fixed some bugs 2023-09-23 12:15:31 -07:00
tangxifan 860cfd53c6 [core] fixed critical bugs in renaming modules 2023-09-23 11:51:31 -07:00
tangxifan c3443a288c [doc] update doc for module rename assistant 2023-09-22 19:36:01 -07:00
tangxifan 0a94763422 [lib] add module rename assistant 2023-09-22 18:16:01 -07:00
tangxifan 278b8e2409 [lib] fixed a typo which causes outputted module name XMLs carry syntax errors 2023-09-22 17:37:27 -07:00
tangxifan 5872e4a649
Merge pull request #1372 from lnis-uofu/patch_update
Pulling refs/heads/master into master
2023-09-22 17:28:00 -07:00
github-actions[bot] 8ea2f3483e Updated Patch Count 2023-09-23 00:02:15 +00:00
tangxifan 5f58c60db8
Merge pull request #1370 from lnis-uofu/dependabot/submodules/yosys-934c822
Bump yosys from `c4762d9` to `934c822`
2023-09-22 14:00:03 -07:00
dependabot[bot] 586ff19488
Bump yosys from `c4762d9` to `934c822`
Bumps [yosys](https://github.com/YosysHQ/yosys) from `c4762d9` to `934c822`.
- [Release notes](https://github.com/YosysHQ/yosys/releases)
- [Commits](c4762d930e...934c82254d)

---
updated-dependencies:
- dependency-name: yosys
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 06:07:37 +00:00
tangxifan 6191bed516
Merge pull request #1369 from lnis-uofu/patch_update
Pulling refs/heads/master into master
2023-09-21 12:04:36 -07:00
github-actions[bot] 8bc145e139 Updated Patch Count 2023-09-21 18:59:22 +00:00
tangxifan b9baff893c
Merge pull request #1367 from lnis-uofu/dependabot/submodules/yosys-c4762d9
Bump yosys from `35a0568` to `c4762d9`
2023-09-21 11:58:48 -07:00
tangxifan d6457489cf
Merge pull request #1366 from lnis-uofu/xt_tile_module_port
Now use relative index to name module ports of tile modules
2023-09-21 10:45:38 -07:00
dependabot[bot] 8ef6bf4342
Bump yosys from `35a0568` to `c4762d9`
Bumps [yosys](https://github.com/YosysHQ/yosys) from `35a0568` to `c4762d9`.
- [Release notes](https://github.com/YosysHQ/yosys/releases)
- [Commits](35a05686c4...c4762d930e)

---
updated-dependencies:
- dependency-name: yosys
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-21 06:45:57 +00:00
tangxifan f3279bd885 [test] now use 4x4 fabric to check the using index netlists 2023-09-20 22:49:47 -07:00
tangxifan ca3617a029 [core] code format 2023-09-20 20:37:27 -07:00
tangxifan 1ef38b6a64 [core] now name the port of tiles using the relative index of the subblocks in each tile, rather than the unique index of subblocks across a complete fabric. This avoids all the conflicts in naming 2023-09-20 20:34:21 -07:00
tangxifan fda768bc4a
Merge pull request #1365 from lnis-uofu/dependabot/submodules/yosys-35a0568
Bump yosys from `e2b6133` to `35a0568`
2023-09-20 20:19:26 -07:00
dependabot[bot] 8dab580d48
Bump yosys from `e2b6133` to `35a0568`
Bumps [yosys](https://github.com/YosysHQ/yosys) from `e2b6133` to `35a0568`.
- [Release notes](https://github.com/YosysHQ/yosys/releases)
- [Commits](e2b613355d...35a05686c4)

---
updated-dependencies:
- dependency-name: yosys
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-20 06:41:33 +00:00
tangxifan 6f7c28fa1d
Merge pull request #1364 from lnis-uofu/patch_update
Pulling refs/heads/master into master
2023-09-19 11:17:23 -07:00
github-actions[bot] 46abf16931 Updated Patch Count 2023-09-19 18:14:23 +00:00
tangxifan 90a1a8880f
Merge pull request #1363 from lnis-uofu/dependabot/submodules/yosys-e2b6133
Bump yosys from `b84ed5d` to `e2b6133`
2023-09-19 09:34:55 -07:00
tangxifan b264678242
Merge pull request #1361 from lnis-uofu/xt_module_naming
Fully Customizable Module Names
2023-09-19 09:34:30 -07:00
dependabot[bot] f21b14c1c0
Bump yosys from `b84ed5d` to `e2b6133`
Bumps [yosys](https://github.com/YosysHQ/yosys) from `b84ed5d` to `e2b6133`.
- [Release notes](https://github.com/YosysHQ/yosys/releases)
- [Commits](b84ed5d3ad...e2b613355d)

---
updated-dependencies:
- dependency-name: yosys
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-19 06:53:50 +00:00
tangxifan c105b56bf0 [core] code format 2023-09-18 23:31:27 -07:00
tangxifan 43fd08a3fe [core] fixed a bug 2023-09-18 23:31:09 -07:00
tangxifan 1cf119f8d1 [doc] comment on the use of fpga_top and fpga_core 2023-09-18 20:48:06 -07:00
tangxifan 54475eb7bf
Merge branch 'master' into xt_module_naming 2023-09-18 20:44:09 -07:00