aboutsummaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* Load properties from json and propagate to context createMiodrag Milanovic2019-06-131-2/+2
* Remove concept of project and code connectedMiodrag Milanovic2019-06-131-37/+0
* Save top level attrs and store current stepMiodrag Milanovic2019-06-072-2/+11
* CleanupMiodrag Milanovic2019-06-072-13/+0
* WIP saving/loading attributesMiodrag Milanovic2019-06-072-0/+13
* ci: Run generic example simple.shDavid Shah2019-04-171-2/+2
* pybindings: make errors in Python scripts stop nextpnr executionDavid Shah2019-04-171-1/+1
* generic/examples: Add FASM writer Python scriptDavid Shah2019-04-179-38/+92
* generic: Fix predictDelayDavid Shah2019-04-041-2/+2
* generic: Router param tweaksDavid Shah2019-04-041-2/+2
* generic: Cell timing supportDavid Shah2019-04-046-9/+129
* generic: Improve exampleDavid Shah2019-04-042-17/+17
* generic: GUI Python bindingsDavid Shah2019-04-033-7/+34
* generic: Add a few more bindingsDavid Shah2019-04-021-0/+5
* generic: Simple working exampleDavid Shah2019-04-0210-18/+41
* generic: Simple procedural example worksDavid Shah2019-04-024-7/+87
* generic: Add a simple packer for generic SLICEs and IOBsDavid Shah2019-04-027-6/+597
* generic: Add synth_generic.tclDavid Shah2019-04-023-3/+34
* generic: Add simple primitive libraryDavid Shah2019-04-022-0/+71
* generic: Place a single SLICEDavid Shah2019-04-023-4/+24
* generic: Python bindings for arch constructionDavid Shah2019-04-021-0/+56
* python: Named argument supportDavid Shah2019-04-021-0/+1
* python: Infrastructure for generic arch Python APIDavid Shah2019-04-021-0/+91
* Add --placer option and refactor placer selectionDavid Shah2019-03-242-1/+17
* Merge remote-tracking branch 'origin/master' into timingapiEddie Hung2018-11-133-1/+5
|\
| * Merge pull request #107 from YosysHQ/router_improveEddie Hung2018-11-132-0/+4
| |\
| | * Add getConflictingWireWire() arch API, streamline getConflictingXY semanticClifford Wolf2018-11-111-1/+2
| | * Add getConflictingPipWire() arch API, router1 improvementsClifford Wolf2018-11-112-0/+3
| * | Mark getArchOptions as override in derived classesPedro Vanzella2018-11-131-1/+1
| |/
* / generic: Update arch to new timing APIDavid Shah2018-11-122-3/+18
|/
* clangformatDavid Shah2018-09-301-12/+3
* Merge pull request #47 from YosysHQ/settings_propagateClifford Wolf2018-08-181-2/+2
|\
| * Use settings for placer1 and router1Miodrag Milanovic2018-08-091-2/+2
* | Add Arch attrs APIClifford Wolf2018-08-142-0/+31
|/
* Merge pull request #42 from YosysHQ/floorplanDavid Shah2018-08-092-9/+26
|\
| * Add pip locationsClifford Wolf2018-08-092-9/+26
* | Use settings for json and pcfMiodrag Milanovic2018-08-081-1/+1
|/
* Merge branch 'master' of github.com:YosysHQ/nextpnr into constidsClifford Wolf2018-08-084-112/+77
|\
| * Merge pull request #44 from YosysHQ/improve_timing_specDavid Shah2018-08-082-5/+7
| |\
| | * Arch API: Removing Arch::isIOCellDavid Shah2018-08-081-2/+0
| | * Arch API: New specification for timing port classesDavid Shah2018-08-082-5/+7
| | * Add Arch::isIOCell() to ecp5 and genericEddie Hung2018-08-061-0/+2
| | * Modify getBudgetOverride for generic and ecp5 tooEddie Hung2018-08-052-2/+2
| * | clangformatMiodrag Milanovic2018-08-081-8/+4
| * | Merge remote-tracking branch 'origin/master' into common_mainMiodrag Milanovic2018-08-082-41/+44
| |\ \
| * | | Added project loaderMiodrag Milanovic2018-08-063-1/+44
| * | | Added command parser and common implementationMiodrag Milanovic2018-08-051-106/+30
* | | | Get rid of BelType and PortPin in generic archClifford Wolf2018-08-083-18/+9
| |/ / |/| |
* | | Modify getBudgetOverride for generic and ecp5 tooEddie Hung2018-08-062-2/+2
| |/ |/|
* | API change: Use CellInfo* and NetInfo* as cell/net handles (generic)Clifford Wolf2018-08-052-39/+42
|/