aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Preserve cmd parameters when loading json from GUIMiodrag Milanovic2020-09-044-1/+8
|
* Merge pull request #494 from ↵David Shah2020-08-313-0/+39
|\ | | | | | | | | rschlaikjer/rschlaikjer-print-sources-in-time-report Add option to print critical path source code
| * No longer need fstream includeRoss Schlaikjer2020-08-301-1/+0
| |
| * Only print filenames for now, default onRoss Schlaikjer2020-08-303-67/+13
| |
| * Add option to print critical path source codeRoss Schlaikjer2020-08-303-0/+94
|/ | | | | | | In order to make debugging the critical path easier, add an option that will log the location each net was defined, if known. If the file that contains the definition is known, and is readable, also print the part of the source HDL responsible for the signal definition.
* CMake: fix Windows-ism in status messagewhitequark2020-08-261-1/+1
|
* Merge pull request #491 from cr1901/chipdb-msgwhitequark2020-08-232-2/+2
|\ | | | | Fix MESSAGE indicating where externally-built .bbas live.
| * Fix MESSAGE indicating where externally-built .bbas live.William D. Jones2020-08-222-2/+2
|/
* clangformatDavid Shah2020-08-202-2/+4
| | | | Signed-off-by: David Shah <dave@ds0.me>
* Merge pull request #489 from YosysHQ/dave/ecp5-fix-ioddrx2David Shah2020-08-131-8/+8
|\ | | | | ecp5: Fix how ODDRX2 SCLK/RST are set
| * ecp5: Fix how ODDRX2 SCLK/RST are setDavid Shah2020-08-131-8/+8
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | Merge pull request #488 from YosysHQ/dave/port_fanin_fixDavid Shah2020-08-121-2/+17
|\ \ | | | | | | timing: Fix counting of fanin in out-of-context mode
| * | timing: Fix counting of fanin in out-of-context modeDavid Shah2020-08-121-2/+17
| |/ | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | Merge pull request #487 from YosysHQ/dave/hierfixDavid Shah2020-08-122-1/+8
|\ \ | |/ |/| Hierarchical floorplanning fixes
| * ecp5: Run fixupHierarchy after packingDavid Shah2020-08-121-0/+1
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * Add a warning when floorplan constraint doesn't matchDavid Shah2020-08-121-1/+7
|/ | | | Signed-off-by: David Shah <dave@ds0.me>
* Merge pull request #485 from YosysHQ/exception_translationMiodrag Milanović2020-08-081-1/+7
|\ | | | | Made proper exception translation
| * Made proper exception translationMiodrag Milanovic2020-08-071-1/+7
|/
* Merge pull request #477 from YosysHQ/pybind11David Shah2020-07-27195-335/+41444
|\ | | | | Move to pybind11
| * clangformatMiodrag Milanovic2020-07-255-45/+57
| |
| * pycontainers: Fix kv-pair-iter typeDavid Shah2020-07-241-9/+19
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * fix whitespaceMiodrag Milanovic2020-07-241-4/+4
| |
| * exception translationMiodrag Milanovic2020-07-241-7/+1
| |
| * Fixed named argumentsMiodrag Milanovic2020-07-241-4/+3
| |
| * proper argument propagationMiodrag Milanovic2020-07-242-36/+38
| |
| * proper ctx exportMiodrag Milanovic2020-07-232-2/+2
| |
| * possible fixMiodrag Milanovic2020-07-231-6/+4
| |
| * Needed by python lib itself for staticMiodrag Milanovic2020-07-231-0/+5
| |
| * Initial conversion to pybind11Miodrag Milanovic2020-07-239-305/+223
| |
| * Add pybind11 2.5 sourceMiodrag Milanovic2020-07-23186-0/+41171
|/
* Merge pull request #474 from rroohhh/masterMiodrag Milanović2020-07-161-1/+1
|\ | | | | readme: fix typo ICEBOX -> ICESTORM
| * readme: fix typo ICEBOX -> ICESTORMRobin Ole Heinemann2020-07-161-1/+1
|/
* Merge pull request #473 from YosysHQ/dave/lpf-param-checkDavid Shah2020-07-131-0/+8
|\ | | | | ecp5: Add a warning for unknown LPF IOBUF attrs
| * ecp5: Add a warning for unknown LPF IOBUF attrsDavid Shah2020-07-131-0/+8
|/ | | | Signed-off-by: David Shah <dave@ds0.me>
* ci: Bump prjtrellis versionDavid Shah2020-07-131-1/+1
| | | | Signed-off-by: David Shah <dave@ds0.me>
* Merge pull request #472 from YosysHQ/ecp5-sysconfigDavid Shah2020-07-135-4/+58
|\ | | | | ecp5: SYSCONFIG in LPF support
| * ecp5: Add SYSCONFIG settings to bitstreamDavid Shah2020-07-124-3/+38
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * ecp5: Add parsing of SYSCONFIG line in LPFDavid Shah2020-07-121-1/+20
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | Merge pull request #471 from smunaut/fix-pll-gbio-conflictDavid Shah2020-07-121-1/+2
|\ \ | |/ |/| ice40: If IO is used by SB_GB_IO, can't use it for PLL
| * ice40: If IO is used by SB_GB_IO, can't use it for PLLSylvain Munaut2020-07-091-1/+2
|/ | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* Merge pull request #469 from YosysHQ/new_parts_fixesMiodrag Milanović2020-07-085-16/+43
|\ | | | | Fixes for new part types
| * Fixes for new part typesMiodrag Milanovic2020-07-085-16/+43
|/
* Merge pull request #468 from YosysHQ/support_hx4kDavid Shah2020-07-084-23/+121
|\ | | | | Support 4K parts directly
| * Use proper names in GUIMiodrag Milanovic2020-07-082-24/+24
| |
| * Support rest of partsMiodrag Milanovic2020-07-084-13/+64
| |
| * Missed adding optionMiodrag Milanovic2020-07-081-0/+2
| |
| * Adding LP4K as wellMiodrag Milanovic2020-07-084-3/+18
| |
| * Support 4K parts directlyMiodrag Milanovic2020-07-084-5/+35
|/
* Fix assert, check should be other way arroundMiodrag Milanovic2020-07-061-1/+1
|
* Merge pull request #463 from YosysHQ/fix-archcheckDavid Shah2020-07-027-9/+21
|\ | | | | Fix arch checks, and add these to CI