index
:
iCE40/nextpnr
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Handle OPENDRAIN attribute.
Gary Wong
2020-04-03
1
-0
/
+3
*
|
|
Merge pull request #421 from garytwong/fix-lpf-locate-assertion-failure
David Shah
2020-04-07
1
-0
/
+2
|
\
\
\
|
*
|
|
Fix assertion failure on invalid LOCATE input.
Gary Wong
2020-04-05
1
-0
/
+2
|
|
/
/
*
|
|
Merge pull request #420 from ironsteel/fix-reporting-of-default-router
David Shah
2020-04-04
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
command.cc: Use correct constant for default router
Rangel Ivanov
2020-04-04
1
-1
/
+1
*
|
|
ecp5: Allow use of IDDRXN and ODDRXN type primitives on the same pin
David Shah
2020-04-03
1
-0
/
+10
*
|
|
Merge pull request #418 from garytwong/usrmclk-works
David Shah
2020-04-03
1
-1
/
+1
|
\
\
\
|
*
|
|
Remove comment about the USRMCLK primitive being untested.
Gary Wong
2020-04-02
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #417 from hackfin/master
David Shah
2020-04-02
1
-2
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Enum/int compatibility for EHXPLLL parameters
Martin
2020-04-02
1
-2
/
+7
|
/
/
*
|
ice40: Derive oscillator frequency constraints
David Shah
2020-03-29
1
-0
/
+40
*
|
Merge pull request #415 from smunaut/fix_iob_oe_reg
David Shah
2020-03-29
1
-1
/
+1
|
\
\
|
*
|
ice40: Fix output register timing analysis for registered output enable
Sylvain Munaut
2020-03-29
1
-1
/
+1
|
/
/
*
|
Merge pull request #410 from YosysHQ/ecp5-12k
David Shah
2020-03-25
4
-7
/
+21
|
\
\
|
*
|
ecp5: Proper support for '12k' device
David Shah
2020-03-13
4
-7
/
+21
*
|
|
router2: Prevent overflow
David Shah
2020-03-22
1
-2
/
+3
|
|
/
|
/
|
*
|
ice40: Always copy DFF attrs to LC
David Shah
2020-03-19
1
-0
/
+5
*
|
Merge branch 'master' of ssh.github.com:YosysHQ/nextpnr
David Shah
2020-03-17
5
-9
/
+58
|
\
\
|
*
|
Replace assertion failure with error
David Shah
2020-03-13
1
-5
/
+15
|
|
/
|
*
Merge pull request #400 from YosysHQ/dave/tri-fixes
David Shah
2020-03-10
2
-2
/
+34
|
|
\
|
|
*
Improve handling of unused inout port bits
David Shah
2020-02-25
2
-2
/
+34
|
*
|
ecp5: Fix differential inputs
David Shah
2020-03-08
1
-1
/
+6
|
*
|
Merge pull request #406 from gojimmypi/patch-1
David Shah
2020-03-06
1
-1
/
+3
|
|
\
\
|
|
*
|
update README TRELLIS_INSTALL_PREFIX example
gojimmypi
2020-03-04
1
-1
/
+2
|
|
*
|
Update README TRELLIS_INSTALL_PREFIX example
gojimmypi
2020-03-04
1
-1
/
+1
|
|
*
|
Update README with TRELLIS_INSTALL_PREFIX example
gojimmypi
2020-03-04
1
-1
/
+2
*
|
|
|
timing: Improve robustness to dangling/undriven logic
David Shah
2020-03-17
1
-0
/
+10
|
/
/
/
*
/
/
Improve handling of unflattened netlists
David Shah
2020-03-06
1
-0
/
+2
|
/
/
*
|
Merge pull request #405 from smunaut/fix_key_error
David Shah
2020-03-04
1
-5
/
+11
|
\
\
|
*
|
pycontainers: Properly handle KeyErrors
Sylvain Munaut
2020-03-04
1
-5
/
+11
*
|
|
Merge pull request #404 from smunaut/fix_prefix_default
David Shah
2020-03-04
2
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
build: Default the ECP5 and iCE40 roots to the install prefix
Sylvain Munaut
2020-03-03
2
-3
/
+3
|
/
/
*
|
cleanup
Miodrag Milanovic
2020-02-28
1
-1
/
+1
*
|
Add support for pasting multiline code to python
Miodrag Milanovic
2020-02-28
2
-6
/
+25
*
|
Merge pull request #402 from zyp/fix_sort
Miodrag Milanović
2020-02-28
1
-8
/
+3
|
\
\
|
*
|
gui: Fix sorting order in TreeModel.
Vegard Storheil Eriksen
2020-02-28
1
-8
/
+3
|
/
/
*
|
gui: Fix undefined behavior in TreeModel.
Vegard Storheil Eriksen
2020-02-28
1
-1
/
+1
*
|
Add SVG option to gui
Miodrag Milanovic
2020-02-27
4
-0
/
+30
|
/
*
Merge pull request #398 from YosysHQ/svg
David Shah
2020-02-15
7
-0
/
+168
|
\
|
*
svg: Basic SVG graphics rendering
David Shah
2020-02-15
7
-0
/
+168
|
/
*
Merge pull request #393 from YosysHQ/dave/xilinx-place-backport
David Shah
2020-02-13
4
-127
/
+348
|
\
|
*
placer1: Add routeability optimisation (off by default)
David Shah
2020-02-12
2
-3
/
+89
|
*
HeAP: backport out-of-range fix
David Shah
2020-02-12
1
-2
/
+2
|
*
HeAP: Add X and Y scaling factors for asymmetric arches
David Shah
2020-02-12
2
-16
/
+29
|
*
HeAP: Make beta configurable
David Shah
2020-02-12
2
-9
/
+10
|
*
HeAP: Improve handling of heterogeneous slice arches
David Shah
2020-02-12
2
-94
/
+205
|
*
HeAP: Make solver tolerance arch-configurable
David Shah
2020-02-12
2
-3
/
+5
|
*
placer1: Allow scaling HPWL differently in each direction
David Shah
2020-02-12
2
-6
/
+14
*
|
Merge pull request #394 from laanwj/2020_02_cmake
Miodrag Milanović
2020-02-12
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Correct BUILD_TESTS description in CMakeLists.txt
Wladimir J. van der Laan
2020-02-12
1
-1
/
+1
|
/
[prev]
[next]