Commit Graph

5521 Commits

Author SHA1 Message Date
tangxifan 9c5be017bc
Merge pull request #817 from lnis-uofu/wire_lut_test
Add a new test case to ensure that repack can handle wire lut properly
2022-09-29 18:23:12 -07:00
tangxifan e3a4c311c0
Merge branch 'master' into wire_lut_test 2022-09-29 17:10:47 -07:00
tangxifan 45beb068f7
Merge pull request #818 from lnis-uofu/patch_update
Pulling refs/heads/master into master
2022-09-29 17:10:29 -07:00
github-actions[bot] d496568d3b Updated Patch Count 2022-09-30 00:06:56 +00:00
tangxifan 088ff1a474 [script] fixed a bug 2022-09-29 16:27:03 -07:00
tangxifan 0565ca7aca [script] add missing files 2022-09-29 16:14:38 -07:00
tangxifan a3e7133d63
Merge branch 'master' into wire_lut_test 2022-09-29 16:02:18 -07:00
tangxifan 38aa2d7306
Merge pull request #816 from lnis-uofu/wire_lut_bug
Now accept the post-routing cluster fixup results from VTR
2022-09-29 16:02:07 -07:00
tangxifan 2ed4a60f36 [arch] reduce clb inputs to force net remapping during routing 2022-09-29 15:52:30 -07:00
tangxifan ce0fbe1765 [test] fixed a few bugs 2022-09-29 15:32:31 -07:00
tangxifan 9bc9b61d35 [test] fixed a few bugs 2022-09-29 15:11:30 -07:00
tangxifan f5e7ec4dd1 [test] add a new test case to validate wire lut case 2022-09-29 14:28:59 -07:00
tangxifan df1ae7ba2a [benchmark] add a new benchmark to enhance the tests for wire-lut features in repacker 2022-09-29 14:23:17 -07:00
tangxifan f7a02422b5 [arch] add a new arch to reproduce the wire-lut bug in repacker 2022-09-29 13:59:08 -07:00
tangxifan a111d886cf Merge branch 'wire_lut_bug' of github.com:lnis-uofu/OpenFPGA into wire_lut_bug 2022-09-29 13:40:31 -07:00
tangxifan 3f8e2ade2e [script] update missing scripts required by pb_pin_fixup test cases 2022-09-29 13:39:46 -07:00
tangxifan 3b11fcea0a
Merge branch 'master' into wire_lut_bug 2022-09-29 11:11:35 -07:00
tangxifan 58487c7766 [doc] add more notes about the commmand ``pb_pin_fixup`` 2022-09-29 11:01:07 -07:00
tangxifan 49fa783914 [script] now suggest to skip pb_pin_fixup step in example scripts for most test cases 2022-09-29 10:45:27 -07:00
tangxifan fb2693171b [engine] fixed a bug which causes errors in repacker 2022-09-28 16:30:11 -07:00
tangxifan 36b3e64b35 [engine] now pb_fixup can also accept vtr's post-routing-clustering sync up results 2022-09-28 12:17:16 -07:00
tangxifan 3285af4107 [engine] syntax 2022-09-28 11:39:37 -07:00
tangxifan 70d504912f
Merge pull request #811 from lnis-uofu/dependabot/submodules/yosys-plugins-27208ce
Bump yosys-plugins from `0713ed7` to `27208ce`
2022-09-27 20:52:37 -07:00
tangxifan 21273170f7
Merge pull request #812 from lnis-uofu/patch_update
Pulling refs/heads/master into master
2022-09-27 20:52:12 -07:00
github-actions[bot] d5e3f6621b Updated Patch Count 2022-09-28 00:07:18 +00:00
tangxifan 51f54bbf20 [engine] developing the steps to annotate clustering results 2022-09-27 16:54:48 -07:00
tangxifan 8272d2dcbc [engine] enrich verbose output for repacker, easier to debug 2022-09-27 10:46:57 -07:00
tangxifan 48c9090514
Merge branch 'master' into dependabot/submodules/yosys-plugins-27208ce 2022-09-27 09:46:11 -07:00
tangxifan 56018b87b1
Merge pull request #810 from lnis-uofu/cmake_options
Options to compile the codebase partially
2022-09-27 09:45:59 -07:00
dependabot[bot] e7c3ee1f59
Bump yosys-plugins from `0713ed7` to `27208ce`
Bumps [yosys-plugins](https://github.com/SymbiFlow/yosys-symbiflow-plugins) from `0713ed7` to `27208ce`.
- [Release notes](https://github.com/SymbiFlow/yosys-symbiflow-plugins/releases)
- [Commits](0713ed79ab...27208ce082)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-27 06:17:27 +00:00
tangxifan 7fcaecd0f5 [script] enable abc build in vtr because we need ace2 2022-09-26 21:06:51 -07:00
tangxifan 9b65472ffb [doc] update compilation guidelines 2022-09-26 16:22:40 -07:00
tangxifan 445a24535a [ci] typo 2022-09-26 16:13:00 -07:00
tangxifan 76404d6b81 [ci] add missing quotes 2022-09-26 16:03:32 -07:00
tangxifan c1665bb26c [ci] deploy new build tests to ci 2022-09-26 15:58:10 -07:00
tangxifan 820b5ea5bf [script] add options to cmake: users can skip the build of Yosys, yosys-plugin, and testing; Force to turn off building abc, odin and yosys in vtr 2022-09-26 15:46:12 -07:00
tangxifan 8e817287ae
Merge pull request #808 from lnis-uofu/patch_update
Pulling refs/heads/master into master
2022-09-23 17:14:45 -07:00
github-actions[bot] d3e8f1eb80 Updated Patch Count 2022-09-24 00:04:00 +00:00
tangxifan 016b85ed7a
Merge pull request #806 from lnis-uofu/ganesh_dev
Updated readme, breaking changes in v1.2, and instruction to use v1.1
2022-09-23 10:20:49 -07:00
Ganesh Gore 0aacaa9eea Updated readme 2022-09-23 11:08:44 -06:00
Ganesh 66555df2c8 Updated readme
+ Tagged fianl build of v1.1 as Final1.1
+ Instruction to access last build of v1.1
+ Added instructions for arch file upgrade
2022-09-23 10:10:22 -06:00
tangxifan 62ec82c18d
Merge pull request #805 from lnis-uofu/patch_update
Pulling refs/heads/master into master
2022-09-21 21:58:26 -07:00
github-actions[bot] 87e9454aad Updated Patch Count 2022-09-22 04:53:12 +00:00
tangxifan 6511983617
Update patch_updater.yml 2022-09-21 21:52:23 -07:00
tangxifan afde3eaa65
Update patch_updater.yml 2022-09-21 21:29:52 -07:00
tangxifan d7fb6d9547
Merge pull request #747 from lnis-uofu/vtr_upgrade
Now use latest VTR as a submodule
2022-09-21 21:25:07 -07:00
tangxifan 8ee3fb879f
Update VERSION.md 2022-09-21 21:16:20 -07:00
tangxifan d543a8661f
Merge branch 'master' into vtr_upgrade 2022-09-21 19:08:50 -07:00
tangxifan 88cffb4b39
Merge pull request #802 from lnis-uofu/patch_update
Pulling refs/heads/master into master
2022-09-21 17:06:26 -07:00
github-actions[bot] 62e91c1dab Updated Patch Count 2022-09-22 00:03:28 +00:00