Commit Graph

5168 Commits

Author SHA1 Message Date
tangxifan eda989dda2 [ci] update docker setting due to changes in build compatibility and executable paths 2022-08-25 13:32:58 -07:00
tangxifan abf9757154 [ci] fixed the wrong paths to executable when building docker images 2022-08-25 12:11:43 -07:00
tangxifan 25f6c529e0 [engine] fixed syntax errors when using clang 2022-08-25 09:58:43 -07:00
tangxifan b432ac05b4 [script] fixed typo on IPO options 2022-08-24 21:51:29 -07:00
tangxifan 7eef63464e [ci] add missing package to dependency build script 2022-08-24 19:58:39 -07:00
tangxifan a50392f380 [script] update CMakefile to streamline test source files 2022-08-24 19:56:35 -07:00
tangxifan 83600d2bdd [script] add install target for lib CMakefile 2022-08-24 19:47:01 -07:00
tangxifan ab9d9650d4 [ci] wrong option 2022-08-24 17:48:10 -07:00
tangxifan cd1c77c4d9 [ci] remove support for gcc-6 2022-08-24 17:01:25 -07:00
tangxifan 843aaf79ff [ci] syntax error 2022-08-24 16:54:29 -07:00
tangxifan c8d02f0a09 [script] add IPO warning flags 2022-08-24 16:48:19 -07:00
tangxifan 665d0dadec [ci] add comments to install dependency scripts 2022-08-24 16:42:27 -07:00
tangxifan 9de78c3bf0 [ci] enable sudo 2022-08-24 16:34:41 -07:00
tangxifan 26d540a9d5 [ci] typo 2022-08-24 16:32:36 -07:00
tangxifan 704dba10e4 [ci] streamline workflow file by moving cmake commands to top-level makefile 2022-08-24 16:26:12 -07:00
tangxifan 20e6450e55 [ci] enable gcc-6 support 2022-08-24 15:58:16 -07:00
tangxifan 511cc3aa11 [ci] remove out-of-date file 2022-08-24 15:51:46 -07:00
tangxifan 5403f64d0a [ci] remove gcc-5 support; OS support is upgraded to Ubuntu 20.04 LTS. Add gcc-10,11 and clang-7,clang-10 support 2022-08-24 15:47:11 -07:00
tangxifan bd36399a00 [script] suppress cmake output 2022-08-24 14:39:21 -07:00
tangxifan f853040875 [script] enable IPO in cmakefile 2022-08-24 14:34:33 -07:00
tangxifan 505b729396 [script] reworked top-level makefile: add help desk, support build types 2022-08-24 14:14:19 -07:00
tangxifan 92a7f37467 [engine] update vtr 2022-08-24 13:34:17 -07:00
tangxifan 4561d487df [engine] update vtr 2022-08-24 12:28:33 -07:00
tangxifan ba6ae05091 [engine] update vtr and add in_edge checks to link_arch 2022-08-24 12:22:20 -07:00
tangxifan f7311857c7 [engine] update vtr 2022-08-23 23:13:20 -07:00
tangxifan 205ebb3271 [engine] update vtr 2022-08-23 22:10:53 -07:00
tangxifan d1edc51165 [engine] clean up header files that include rr_graph_obj 2022-08-23 18:38:21 -07:00
tangxifan f0728aa425 [engine] update vtr 2022-08-23 16:16:00 -07:00
tangxifan d3c6967034 [engine] update vtr 2022-08-23 16:07:12 -07:00
tangxifan 326075d82a [engine] update vtr 2022-08-23 15:30:35 -07:00
tangxifan b3e4a06969 [engine] adapt vpr wrapper to the latest main.cpp from vtr 2022-08-23 14:28:05 -07:00
tangxifan 892770a8fb [engine] debugging subtile index failures 2022-08-23 14:13:10 -07:00
tangxifan 0a6b794ef0 [engine] fixed bugs in subtiles. Revisited the usage of client functions 2022-08-23 12:35:04 -07:00
tangxifan 019e663e12 [engine] fixing the bugs on building global nets to sub tile pins 2022-08-23 11:58:44 -07:00
tangxifan 10cefebca8 [engine] fixing bugs on using subtile index 2022-08-23 11:00:23 -07:00
tangxifan fa790d50d4 [script] fixed a bug on wrong path to the ace2 executable 2022-08-23 10:53:44 -07:00
tangxifan ba0ddd01d3 [engine] fixing the bugs on subtiles 2022-08-23 10:52:05 -07:00
tangxifan c17e5d46ab [engine] fixed a bug due to the API of subtile data structure 2022-08-22 21:44:05 -07:00
tangxifan 5d6a90d983 [engine] remove compile warnings 2022-08-22 20:59:50 -07:00
tangxifan d5f56aada3 [lib] typo 2022-08-22 18:29:20 -07:00
tangxifan bdb051f787 [arch] update arch files 2022-08-22 18:24:37 -07:00
tangxifan 6c44f321e5 [script] fixed a bug 2022-08-22 18:24:26 -07:00
tangxifan 2bbf2f02c9 [script] now return status on each arch upgrade task 2022-08-22 18:23:00 -07:00
tangxifan b6e1175517 [script] update doc and avoid modify README.MD when updating arch files 2022-08-22 18:19:23 -07:00
tangxifan 8d45903dc2 [script] makefile for vpr arch 2022-08-22 18:13:48 -07:00
tangxifan 3c9c11d451 [script] working on formatting 2022-08-22 18:02:38 -07:00
tangxifan 55e765a206 [script] slight improve on formatting 2022-08-22 18:00:14 -07:00
tangxifan 4a7c3fce93 [script] debugging format 2022-08-22 17:04:30 -07:00
tangxifan 2f5ea0cabb [script] functional arch file converter; need to clean up formatting issues 2022-08-22 16:40:49 -07:00
tangxifan 4efc506762 [script] now change to use minidom and debugging the child removal 2022-08-22 16:33:49 -07:00