aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/xdc.cc
Commit message (Collapse)AuthorAgeFilesLines
* interchange: xdc: add more not_implemented commandsAlessandro Comodi2021-09-081-0/+2
| | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* interchange: xdc: add common not_implemented functionAlessandro Comodi2021-09-071-5/+18
| | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* Add dummy function to parse creat_clock in XDC filesMaciej Dudek2021-07-211-0/+7
| | | | Signed-off-by: Maciej Dudek <mdudek@antmicro.com>
* interchange: xdc and place constr: address review commentsAlessandro Comodi2021-07-121-10/+3
| | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* interchange: xdc: add get_cells commandAlessandro Comodi2021-07-121-13/+70
| | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* Fixing old emails and names in copyrightsgatecat2021-06-121-1/+1
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Refactor header structures in FPGA interchange Arch.Keith Rothman2021-03-191-1/+7
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Run "make clangformat".Keith Rothman2021-02-121-58/+44
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Refactor XDC parser into a little class for testing purposes.Keith Rothman2021-02-121-14/+9
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Add unknown handles to convert [0] to "[0]".Keith Rothman2021-02-121-0/+11
| | | | | | | | Tcl reads something like "set port [get_ports x[0]]" as "invoke proc 0 with zero arguments", rather than just "[0]". To prevent exposing non-Tcl users this, "[<number>]" just return themselves. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Add FPGA interchange XDC parser.Keith Rothman2021-02-121-0/+160
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>