Commit Graph

320 Commits

Author SHA1 Message Date
tangxifan 8f1aac885e [engine] fixing mismatches in APIs 2022-08-17 14:19:02 -07:00
coolbreeze413 c98064b8ee add <array> include to fix compilation issues on Windows (MinGW64 gcc) 2022-08-02 20:30:04 +05:30
tangxifan d55f3f7779 [lib] fixed some bugs 2022-07-28 21:21:24 -07:00
tangxifan 63229c20ff [lib] add sanity checks and error messages for exceptions when converting pcf to place file 2022-07-28 19:57:10 -07:00
tangxifan 1f264c6954 [lib] remove dead codes 2022-07-28 14:30:51 -07:00
tangxifan 1d0cad9f96 [lib] deprecate libpinconstrain 2022-07-28 14:26:56 -07:00
tangxifan cde7a130d3 [lib] fixed a bug 2022-07-28 14:25:54 -07:00
tangxifan 19dc8cb196 [lib] fixed a critical bug in io location map which causes failures when there are multiple I/Os mapped to the same coorindates 2022-07-28 14:22:04 -07:00
tangxifan 72ce2c29c2 [test] add example files to test pcf2place 2022-07-28 09:52:57 -07:00
tangxifan 7e7ec4ed84 [lib] added tests for pcf2place 2022-07-28 09:42:04 -07:00
tangxifan eed6c10b0c [lib] now io_net_place can output .place file 2022-07-28 09:20:28 -07:00
tangxifan a526dbee07 [lib] add pcf2place related data structure and required APIs 2022-07-27 21:27:24 -07:00
tangxifan 2b044b1b0b [lib] add io_net_place data structure 2022-07-27 20:48:26 -07:00
tangxifan 2f1d3d0ea5 [lib] developing pcf2place converter 2022-07-27 17:00:26 -07:00
tangxifan 1f3688a434 [lib] fixed a bug in test blif reader 2022-07-27 16:17:18 -07:00
tangxifan dfc33979ca [lib] adding blif reader test 2022-07-27 16:05:02 -07:00
tangxifan e2e212cec4 [lib] remove out-of-date files 2022-07-27 14:35:35 -07:00
tangxifan 14726e9317 [lib] add missing file 2022-07-27 12:16:53 -07:00
tangxifan 3277e89f5e [lib] add missing file 2022-07-27 11:41:54 -07:00
tangxifan df1b8ae892 [lib] remove out-of-date files 2022-07-27 11:24:35 -07:00
tangxifan 23e3d37b3d [lib] add test for pcf reader/writer 2022-07-27 11:24:05 -07:00
tangxifan ae3ec75a24 [lib] add pcf writer 2022-07-27 11:18:30 -07:00
tangxifan 73c0349832 [lib] developing pcf data structure 2022-07-27 11:12:18 -07:00
tangxifan 079a502153 [lib] developing pcf reader 2022-07-27 10:36:00 -07:00
tangxifan d197010ba3 [lib] fixed a few bugs; now csv reader and writer is working 2022-07-27 09:11:24 -07:00
tangxifan 55f73dcdc5 [lib] now use rapidcsv as parser 2022-07-27 09:04:00 -07:00
tangxifan 27f4a174b0 [lib] debugging 2022-07-26 23:04:14 -07:00
tangxifan b8b846d3eb [lib] add a testcase for csv read/write for io pin table 2022-07-26 22:54:27 -07:00
tangxifan 250ebb5549 [lib] developing csv writer for io pin table 2022-07-26 22:52:13 -07:00
tangxifan e860706363 [lib] developing csv reader for pin table file 2022-07-26 21:46:44 -07:00
tangxifan 1d1c2d7e8c [lib] developing csv reader for io pin table 2022-07-26 21:08:41 -07:00
tangxifan ae328cfa7f [lib] add more apis 2022-07-26 21:01:33 -07:00
tangxifan b8bd19a234 [lib] developing io pin table data structure 2022-07-26 20:47:45 -07:00
tangxifan 5fa2df1d27 [lib] developing io pin table data structure 2022-07-26 20:31:47 -07:00
tangxifan b6ad38598d [test] add io location map reader/writer test main 2022-07-26 20:02:39 -07:00
tangxifan 0ea456c55d [lib] add io location XML reader 2022-07-26 19:58:15 -07:00
tangxifan 5b547b1c91 [lib] fixed some compilation bugs 2022-07-26 19:36:57 -07:00
tangxifan 9decccbc66 [lib] add pcf read/writers as well as a simple verilog reader 2022-07-26 16:54:23 -07:00
tangxifan 89eb2fd634 [test] add example file of io location 2022-07-26 16:34:10 -07:00
tangxifan 2ce6424dc5 [lib] add csv-parser as a single-include header 2022-07-26 16:23:48 -07:00
tangxifan 1c9da96f59 [lib] move io_location_map to libpcf 2022-07-26 16:00:28 -07:00
tangxifan 27fea8bbbe [lib] Merge librepackdc into libpcf 2022-07-26 15:54:32 -07:00
taoli4rs 59e2692b9a Update unit test data. 2022-07-22 10:45:31 -07:00
taoli4rs 0dab36f326 Fix clang issue- change string to string.c_str() for VTR_LOG. 2022-07-20 15:20:19 -07:00
taoli4rs 3762a3aae4 Code clean up based on review. 2022-07-20 14:34:44 -07:00
taoli4rs cfc0d08060 Add constrain_pin_location command in openfpga; add full flow test. 2022-07-20 11:51:00 -07:00
coolbreeze413 9fd8c02e13 header inclusions required for MinGW windows build 2022-06-29 07:03:38 +05:30
tangxifan fc7864e6a5 [FPGA-Bitstream] Clean-up bitstream distribution file format 2022-03-29 19:48:20 +08:00
tangxifan 6171abdf95 [FPGA-Bitstream] Now report_bitstream_distribution includes fabric bitstream stats 2022-03-29 19:41:15 +08:00
coolbreeze413 b728ab4ab2 fix openfpga_digest functions to work on WIN32(MinGW-w64-g++) as well as Linux 2022-03-17 22:05:30 +05:30