Commit Graph

8201 Commits

Author SHA1 Message Date
Victor e5b3f5d90c add link to file format description page 2024-09-12 12:48:00 +08:00
Lin e6c43ec9ad add command doc 2024-09-12 11:41:52 +08:00
Lin 41d38193d3 reformat code 2024-09-12 11:18:25 +08:00
Lin 5ccad723c4 add comments 2024-09-12 11:16:31 +08:00
Victor 7f88e97514 refine doc format 2024-09-12 10:33:06 +08:00
Victor 22da608e05 add ident 2024-09-12 09:58:13 +08:00
Victor 65e38e5f91 update document format 2024-09-11 19:27:03 +08:00
Lin 27db6d2496 modified unique_block.rst 2024-09-11 18:28:32 +08:00
Lin 172260e2fb modified index.rst 2024-09-11 18:17:45 +08:00
Lin 55611dbfe7 rewrite write_xml function 2024-09-11 18:08:51 +08:00
Lin b2a5bd8437 fix merge error 2024-09-11 14:35:24 +08:00
Jingrong Lin 77b188060b
Merge branch 'master' into preloading_clean 2024-09-11 11:08:49 +08:00
tangxifan fc5f1aae62
Merge pull request #1827 from lnis-uofu/dependabot/submodules/yosys-6937241
Bump yosys from `e8951ab` to `6937241`
2024-09-10 13:33:45 -07:00
tangxifan 353f32d6ba
Merge pull request #1829 from lnis-uofu/patch_update
Pulling refs/heads/master into master
2024-09-10 13:33:30 -07:00
github-actions[bot] fa0c1eb426 Updated Patch Count 2024-09-10 17:03:56 +00:00
tangxifan 3517bc1856
Merge pull request #1815 from lnis-uofu/victor_OpenFPGA_dbg
Add command report_reference
2024-09-10 10:03:31 -07:00
dependabot[bot] 2d88e15d66
Bump yosys from `e8951ab` to `6937241`
Bumps [yosys](https://github.com/YosysHQ/yosys) from `e8951ab` to `6937241`.
- [Release notes](https://github.com/YosysHQ/yosys/releases)
- [Commits](e8951aba29...6937241012)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-10 06:38:41 +00:00
Lin ae6a8cb604 fix bug 2024-09-10 14:34:42 +08:00
victorzh001 04a60ca4b5
Merge branch 'master' into victor_OpenFPGA_dbg 2024-09-10 11:01:47 +08:00
Victor 3ea830e168 Add the reference_file to the index.rst 2024-09-10 10:46:15 +08:00
tangxifan dcd10fd6b7
Merge pull request #1826 from lnis-uofu/patch_update
Pulling refs/heads/master into master
2024-09-09 16:40:34 -07:00
github-actions[bot] 3ac94ad7d8 Updated Patch Count 2024-09-09 23:38:57 +00:00
tangxifan 132f6dfc9e
Merge pull request #1825 from lnis-uofu/xt_pbfixup
A new option '--map_global_net_to_msb' for command 'pb_pin_fixup'
2024-09-09 16:38:39 -07:00
tangxifan f912af513b [test] add a new testcase to validate mapping gnet to msb during pb_pin_fix 2024-09-09 13:54:20 -07:00
tangxifan 3b1f51b9d9 [doc] add new options 2024-09-09 13:46:58 -07:00
tangxifan 7250a7d703 [core] code format 2024-09-09 12:46:46 -07:00
tangxifan e3b99e88ff [core] syntax 2024-09-09 12:46:23 -07:00
tangxifan fc92ecea24 [core] typo 2024-09-09 12:43:38 -07:00
tangxifan 5f50e4623c [core] add a new option map_global_net_to_msb for pb_pin_fixup 2024-09-09 12:21:09 -07:00
tangxifan 2c0bd9a747
Merge pull request #1824 from lnis-uofu/patch_update
Pulling refs/heads/master into master
2024-09-09 10:32:32 -07:00
github-actions[bot] c9f06c6d64 Updated Patch Count 2024-09-09 17:27:10 +00:00
tangxifan 980c8271a8
Merge pull request #1820 from lnis-uofu/dependabot/submodules/yosys-e8951ab
Bump yosys from `0fc5812` to `e8951ab`
2024-09-09 10:26:50 -07:00
Lin f1547bae8a fix build error 2024-09-09 18:18:07 +08:00
Victor 8d97ebd980 Add more test cases and update documentation about the YAML file format of this command 2024-09-09 17:49:10 +08:00
Lin d15025d9d2 add a task case to ease the use of compress_routing option 2024-09-09 14:18:47 +08:00
tangxifan 37cac3d679
Merge branch 'master' into victor_OpenFPGA_dbg 2024-09-08 21:13:48 -07:00
tangxifan 707c514a89
Merge branch 'master' into dependabot/submodules/yosys-e8951ab 2024-09-08 20:57:41 -07:00
Lin 41d0eb7736 modification on device_rr_gsb 2024-09-09 11:36:48 +08:00
Lin af7201d4bb fix is_compressed_ tag 2024-09-09 11:19:12 +08:00
tangxifan 7fff106a45
Merge pull request #1822 from lnis-uofu/fix_typo
Fixed typo in vpr-main.cpp
2024-09-06 12:49:42 -07:00
rafljiarui f7aaead513 Fixed typo in vpr-main.cpp 2024-09-06 13:14:59 -05:00
Victor 83fc1210b5 add test case of report_reference to basic_reg_test.sh 2024-09-06 18:28:23 +08:00
Victor 9a2fc86dcd add dependency on build_fabric 2024-09-06 17:58:47 +08:00
Victor 7bacc781d0 update code according to code review comments 2024-09-06 15:39:08 +08:00
dependabot[bot] 7919e455f0
Bump yosys from `0fc5812` to `e8951ab`
Bumps [yosys](https://github.com/YosysHQ/yosys) from `0fc5812` to `e8951ab`.
- [Release notes](https://github.com/YosysHQ/yosys/releases)
- [Commits](0fc5812dcd...e8951aba29)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-06 06:32:59 +00:00
Lin 73d5e6429f Merge branch 'preloading_doc' into preloading_clean 2024-09-05 11:15:12 +08:00
Victor 4aca4fda6f fix issue in reg test 2024-09-05 10:43:53 +08:00
Jingrong Lin 263eb6b7fb
Update unique_blocks.rst 2024-09-04 15:14:41 +08:00
Lin a70582c6c4 preload document copied 2024-09-04 14:45:41 +08:00
Victor ba5c8a3364 update code format 2024-09-03 11:20:51 +08:00