aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* clangformatgatecat2021-07-211-1/+1
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Merge pull request #770 from YosysHQ/gatecat/empty-idstringlistgatecat2021-07-201-1/+1
|\ | | | | Fix definition of an empty IdStringList
| * Fix definition of an empty IdStringListgatecat2021-07-201-1/+1
| | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me>
* | Merge pull request #771 from YosysHQ/gatecat/ice40-ip-no-busaddr74gatecat2021-07-201-3/+4
|\ \ | |/ |/| ice40: Use default value when IP is missing BUS_ADDR74 parameter
| * ice40: Use default value when IP is missing BUS_ADDR74 parametergatecat2021-07-201-3/+4
|/ | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Merge pull request #767 from YosysHQ/gatecat/ic-pref-constgatecat2021-07-201-1/+10
|\ | | | | interchange: Fix preferred constant handling when canInvert
| * interchange: Fix preferred constant handling when canInvertgatecat2021-07-201-1/+10
| | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me>
* | Merge pull request #766 from pepijndevos/pythongatecat2021-07-172-4/+2
|\ \ | | | | | | Remove python path from gowin target
| * | remove generic leftover in gowinPepijn de Vos2021-07-171-2/+2
| | |
| * | remove generic leftover in gowinPepijn de Vos2021-07-171-2/+0
|/ /
* | Merge pull request #764 from acomodi/fix-pseudo-pipsgatecat2021-07-151-8/+18
|\ \ | |/ |/| interchange: disallow pseudo-pip on same nets if tile has luts
| * interchange: disallow pseudo-pip on same nets if tile has lutsAlessandro Comodi2021-07-151-8/+18
|/ | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* Merge pull request #762 from antmicro/testarch_timinggatecat2021-07-142-2/+2
|\ | | | | [interchange] Update chipdb and python-fpga-interchange versions
| * [interchange] Update chipdb and python-fpga-interchange versionsMaciej Dudek2021-07-142-2/+2
|/ | | | Signed-off-by: Maciej Dudek <mdudek@antmicro.com>
* Merge pull request #761 from acomodi/interchange-constrsgatecat2021-07-125-13/+174
|\ | | | | interchange: add user placement constraints handling
| * interchange: xdc and place constr: address review commentsAlessandro Comodi2021-07-123-23/+13
| | | | | | | | 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>
| * interchange: add constraints constraints application routineAlessandro Comodi2021-07-124-0/+114
|/ | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* Merge pull request #760 from YosysHQ/gatecat/xcup-ibufdsgatecat2021-07-122-5/+16
|\ | | | | interchange: Support for UltraScale+ differential input buffers
| * interchange: Skip IO ports in dedicated routing checkgatecat2021-07-121-0/+8
| | | | | | | | | | | | These have already been dealt with in arch_pack_io Signed-off-by: gatecat <gatecat@ds0.me>
| * interchange: Debug IO port validity check failuresgatecat2021-07-122-3/+5
| | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me>
| * interchange: Place DIFFINBUF and IBUFCTRL for UltraScale+ IBUFDSgatecat2021-07-121-3/+4
|/ | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Merge pull request #759 from pepijndevos/gw1ndbgatecat2021-07-111-1/+8
|\ | | | | GW1NR is not a seperate family, but GW1NS is
| * GW1NR is not a seperate family, but GW1NS isPepijn de Vos2021-07-111-1/+8
|/
* Merge pull request #758 from YosysHQ/gatecat/hist-oobgatecat2021-07-111-1/+6
|\ | | | | timing: Fix out-of-bounds histogram bins in all cases
| * timing: Fix out-of-bounds histogram bins in all casesgatecat2021-07-101-1/+6
|/ | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Merge branch 'master' of github.com:YosysHQ/nextpnrgatecat2021-07-106-23/+93
|\
| * Merge pull request #755 from yrabbit/io_portgatecat2021-07-081-16/+24
| |\ | | | | | | Pin modes parser
| | * Fix the boolean.YRabbit2021-07-081-1/+1
| | | | | | | | | | | | Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
| | * Fix formatingYRabbit2021-07-071-24/+24
| | | | | | | | | | | | Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
| | * Fix boolean value.YRabbit2021-07-071-1/+1
| | | | | | | | | | | | Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
| | * Merge branch 'master' into io_portYRabbit2021-07-0718-78/+201
| | |\
| | * | Wip parserYRabbit2021-07-071-16/+4
| | | | | | | | | | | | | | | | Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
| | * | ParserYRabbit2021-07-051-0/+9
| | | | | | | | | | | | | | | | Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
| | * | Merge branch 'master' into io_portYRabbit2021-07-031-2/+13
| | |\ \
| | * | | Fix parser. Comments and IO_PORTYRabbit2021-07-031-11/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
| | * | | SyntaxYRabbit2021-07-021-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
| | * | | Add IO_PORT parsingYRabbit2021-07-021-14/+27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
| * | | | Merge pull request #756 from acomodi/fix-clustering-runtimegatecat2021-07-085-7/+69
| |\ \ \ \ | | | | | | | | | | | | interchange: reduce run-time to check dedicated interconnect
| | * | | | interchange: bump python-interchange versionAlessandro Comodi2021-07-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
| | * | | | interchange: update chipdb versionAlessandro Comodi2021-07-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
| | * | | | interchange: reduce run-time to check dedicated interconnectAlessandro Comodi2021-07-084-5/+67
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* / / / / ice40: Fix order of values in errorgatecat2021-07-101-1/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me>
* | | / clangformatgatecat2021-07-081-2/+1
| |_|/ |/| | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me>
* | | Merge pull request #751 from trabucayre/gw1ns-2gatecat2021-07-063-7/+8
|\ \ \ | | | | | | | | add support for GW1NS-2 family
| * | | .cirrus/Dockerfile.ubuntu20.04: update apycula to 0.0.1a9Gwenhael Goavec-Merou2021-07-061-1/+1
| | | |
| * | | add support for GW1NS-2 familyGwenhael Goavec-Merou2021-07-062-6/+7
| | |/ | |/| | | | | | | Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
* | | Merge pull request #754 from YosysHQ/gatecat/ecp5-dcsgatecat2021-07-064-11/+55
|\ \ \ | | | | | | | | ecp5: Add DCSC support
| * | | ecp5: Add DCSC supportgatecat2021-07-064-11/+55
| |/ / | | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me>
* | | Merge pull request #752 from YosysHQ/gatecat/du-mem-errorgatecat2021-07-061-1/+2
|\ \ \ | | | | | | | | design_utils: Fix memory error