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
*
ice40: Add support for PLL global outputs via PADIN
Sylvain Munaut
2018-11-19
2
-84
/
+73
*
ice40: Introduce the concept of forPadIn SB_GB
Sylvain Munaut
2018-11-19
5
-2
/
+53
*
ice40/chipdb: Add wires to global network for all cells that can drive it
Sylvain Munaut
2018-11-19
3
-6
/
+22
*
ice40: Add GlobalNetowkrInfo in the chip database
Sylvain Munaut
2018-11-19
2
-37
/
+63
*
ice40: Fix BEL validity check for PLL vs SB_IO
Sylvain Munaut
2018-11-19
1
-21
/
+20
*
ice40: Improve the is_sb_pll40_XXX predicates collection
Sylvain Munaut
2018-11-19
1
-1
/
+13
*
ice40: Fix PLLTYPE for SB_PLL40_2F_PAD
Sylvain Munaut
2018-11-19
1
-1
/
+1
*
ice40/pll: Add proper support for PLLOUT_SELECT_xxx attributes
Sylvain Munaut
2018-11-19
1
-0
/
+18
*
ice40: Make PLL default FEEDBACK_MODE to SIMPLE
Sylvain Munaut
2018-11-19
1
-1
/
+1
*
ice40: Minor fix in predicate checking for logic port
Sylvain Munaut
2018-11-19
1
-2
/
+3
*
ice40/pack: Stop looking for BEL when we have one during PLL placement
Sylvain Munaut
2018-11-19
1
-0
/
+1
*
ice40/pack: Allow PLL to be constrained via 'BEL' attributes
Sylvain Munaut
2018-11-19
1
-0
/
+10
*
ice40/pack: Make sure we don't use a LOCKED bel when placing PLL
Sylvain Munaut
2018-11-19
1
-0
/
+2
*
ice40/arch: Add helper to check if a BEL is LOCKED or not
Sylvain Munaut
2018-11-19
2
-0
/
+21
*
ice40/chipdb: Fix LOCKED keyword support to include all packages
Sylvain Munaut
2018-11-19
1
-1
/
+2
*
ice40/bitstream: Handle IoCtrl.IE_ polarity when configuring unused SB_IO
Sylvain Munaut
2018-11-19
1
-2
/
+7
*
Merge pull request #124 from smunaut/ice40_warn_sbio_misuse
David Shah
2018-11-16
1
-0
/
+5
|
\
|
*
ice40: Add warning if an instanciated SB_IO has its PACKAGE_PIN used elsewhere
Sylvain Munaut
2018-11-16
1
-0
/
+5
|
/
*
Merge pull request #123 from smunaut/ice40_fix_line_endings
David Shah
2018-11-16
1
-1043
/
+1043
|
\
|
*
ice40/bitstream: Convert to UNIX line endings
Sylvain Munaut
2018-11-16
1
-1043
/
+1043
|
/
*
clangformat
David Shah
2018-11-16
13
-296
/
+463
*
ice40: Remove unnecessary RAM assertion
David Shah
2018-11-16
1
-1
/
+0
*
Merge pull request #119 from cr1901/win-fix
David Shah
2018-11-16
4
-2
/
+6
|
\
|
*
Use native PATH environment-variable separator on Windows for PYTHONPATH. Fix...
William D. Jones
2018-11-03
1
-0
/
+4
|
*
Rename io.{h,cc} to pio.{h,cc} to avoid naming conflict with Windows-provided...
William D. Jones
2018-11-03
3
-2
/
+2
*
|
Merge pull request #118 from daveshah1/dcu
David Shah
2018-11-16
9
-39
/
+935
|
\
\
|
*
|
ecp5: Better use of Boost
David Shah
2018-11-16
1
-3
/
+3
|
*
|
ecp5: Regression fix & format
David Shah
2018-11-15
2
-4
/
+14
|
*
|
ecp5: Support LOC attribute on DCUs
David Shah
2018-11-15
1
-1
/
+25
|
*
|
ecp5: Add DCU availability check
David Shah
2018-11-15
1
-0
/
+2
|
*
|
ecp5: Add timing info for SERDES
David Shah
2018-11-15
1
-1
/
+26
|
*
|
ecp5: DCU clocking fixes
David Shah
2018-11-15
1
-2
/
+8
|
*
|
ecp5: EXTREFB fixes
David Shah
2018-11-15
2
-1
/
+5
|
*
|
ecp5: clangformat
David Shah
2018-11-15
2
-18
/
+23
|
*
|
ecp5: Trim IO connected to top level ports
David Shah
2018-11-15
1
-15
/
+73
|
*
|
ecp5: Adding ancillary DCU bels
David Shah
2018-11-15
4
-1
/
+57
|
*
|
ecp5: remove debug and clangformat
David Shah
2018-11-15
3
-10
/
+13
|
*
|
dcu: Fix bitstream param handling
David Shah
2018-11-15
1
-0
/
+1
|
*
|
ecp5: Prefer DCCs with dedicated routing when placing DCCs
David Shah
2018-11-15
1
-0
/
+43
|
*
|
ecp5: Working on DCU
David Shah
2018-11-15
3
-5
/
+63
|
*
|
ecp5: DCU bitstream gen handling
David Shah
2018-11-15
2
-0
/
+299
|
*
|
ecp5: Groundwork for DCU support
David Shah
2018-11-15
3
-16
/
+318
|
/
/
*
|
Merge pull request #103 from YosysHQ/timingapi
David Shah
2018-11-15
18
-180
/
+881
|
\
\
|
*
|
docs: Add documentation on constraints support
David Shah
2018-11-15
1
-0
/
+37
|
*
|
Improve message spacing
Eddie Hung
2018-11-14
2
-3
/
+8
|
*
|
Merge remote-tracking branch 'origin/master' into timingapi
Eddie Hung
2018-11-14
4
-27
/
+48
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #114 from YosysHQ/fix_legalise
Eddie Hung
2018-11-14
3
-26
/
+30
|
\
\
\
|
*
|
|
[placer1] Only perform slack redist if legalised
Eddie Hung
2018-11-13
1
-4
/
+4
|
*
|
|
[placer1] Only increase temperature if legaliser moved something
Eddie Hung
2018-11-13
2
-19
/
+23
|
*
|
|
[common] Fix 'after after'
Eddie Hung
2018-11-13
1
-2
/
+2
[next]