aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* gui: improved FPGAViewWidget::paintGL() performanceMateusz Zalega2018-10-231-0/+14
* Merge pull request #92 from YosysHQ/python-cmdlineDavid Shah2018-10-212-15/+41
|\
| * common: Allow running Python scripts for all points in flowDavid Shah2018-10-172-15/+41
* | Merge pull request #89 from YosysHQ/ecp5_bramDavid Shah2018-10-171-0/+6
|\ \ | |/ |/|
| * placer: Fix conflicts during constraint legalisationDavid Shah2018-10-111-0/+6
* | Merge pull request #88 from YosysHQ/issue72Eddie Hung2018-10-111-17/+6
|\ \ | |/ |/|
| * [timing] Restore and skip false startpointsEddie Hung2018-09-151-17/+6
* | clangformatDavid Shah2018-10-011-3/+1
* | ecp5: Debugging DRAM packingDavid Shah2018-10-012-0/+23
* | design_utils: Adding some design helper functionsDavid Shah2018-10-012-0/+36
* | ecp5: Helper functions for distributed RAM supportDavid Shah2018-10-011-0/+2
* | Refactor chain finder to its own fileDavid Shah2018-09-302-1/+70
* | ecp5: Adding carry helper functionsDavid Shah2018-09-302-0/+22
* | clangformatDavid Shah2018-09-304-11/+19
* | Merge pull request #81 from YosysHQ/ecp5_globalsDavid Shah2018-09-302-0/+13
|\ \
| * | ecp5: Use ArchNetInfo to mark global nets to ignoreDavid Shah2018-09-292-7/+7
| * | ecp5: Global router produces a working bitstreamDavid Shah2018-09-292-0/+13
| |/
* / Make warnings visible in quiet modeMiodrag Milanovic2018-09-191-2/+0
|/
* Merge pull request #66 from YosysHQ/issue65Serge Bazanski2018-08-261-4/+5
|\
| * Fix for min_slack == max_slack => bin_size == 0Eddie Hung2018-08-221-4/+5
* | Merge pull request #47 from YosysHQ/settings_propagateClifford Wolf2018-08-188-14/+118
|\ \
| * | Use emplace result for get,set of settingsMiodrag Milanovic2018-08-121-8/+8
| * | Read settings and check validityMiodrag Milanovic2018-08-112-6/+28
| * | Save settings and give nicer names to someMiodrag Milanovic2018-08-101-1/+9
| * | Use settings for placer1 and router1Miodrag Milanovic2018-08-097-13/+87
* | | Add stringf() helper functionClifford Wolf2018-08-182-0/+15
| |/ |/|
* | Merge remote-tracking branch 'origin/master' into placer_speedupEddie Hung2018-08-107-20/+54
|\|
| * Fix compile warningMiodrag Milanovic2018-08-091-0/+2
| * Expose log_always that will be displayed disregarding quite flagMiodrag Milanovic2018-08-092-12/+10
| * Added quiet mode for loggingMiodrag Milanovic2018-08-093-15/+28
| * Fix MSVC compileMiodrag Milanovic2018-08-091-0/+1
| * Merge pull request #42 from YosysHQ/floorplanDavid Shah2018-08-093-4/+24
| |\
| | * Add pip locationsClifford Wolf2018-08-093-4/+10
| | * Add Region structClifford Wolf2018-08-091-0/+14
* | | std::vector::resize() not reserve()Eddie Hung2018-08-091-1/+1
* | | Get rid of map lookup by borrowing udata to use as index into vectorEddie Hung2018-08-091-19/+20
* | | Try with vectorEddie Hung2018-08-091-17/+47
|/ /
* | Make loading works nice and use settingsMiodrag Milanovic2018-08-081-3/+7
* | Use settings for json and pcfMiodrag Milanovic2018-08-082-15/+52
|/
* Merge branch 'master' of github.com:YosysHQ/nextpnr into constidsClifford Wolf2018-08-087-89/+732
|\
| * Merge pull request #44 from YosysHQ/improve_timing_specDavid Shah2018-08-083-89/+268
| |\
| | * timing: Remove unused variableDavid Shah2018-08-081-1/+0
| | * timing: Update to use getDelayNSDavid Shah2018-08-081-11/+14
| | * One more breadcrumbEddie Hung2018-08-081-0/+1
| | * Leave comment behind about removing false pathsEddie Hung2018-08-081-1/+1
| | * clangformatDavid Shah2018-08-081-6/+12
| | * Unfurl comments for clangformatEddie Hung2018-08-081-28/+12
| | * Disable assign_budget() after placement legalisation, unless slack redistEddie Hung2018-08-081-1/+4
| | * Merge branch 'master' into improve_timing_specEddie Hung2018-08-081-0/+12
| | |\
| | * | Also include TMG_GEN_CLOCK as a timing startpointEddie Hung2018-08-081-3/+2