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
*
Merge pull request #570 from litghost/make_id_string_list_explicit
David Shah
2021-02-05
16
-84
/
+91
|
\
|
*
generic: Fix pin names accidentally being IdStringList not IdString
D. Shah
2021-02-05
2
-4
/
+4
|
*
Mark IdString and IdStringList single argument constructors explicit.
Keith Rothman
2021-02-04
16
-86
/
+93
|
/
*
Merge pull request #566 from litghost/use_lru_cache
David Shah
2021-02-04
1
-10
/
+113
|
\
|
*
Use a LRU cache for pip to wire map.
Keith Rothman
2021-02-03
1
-10
/
+113
|
/
*
Merge pull request #565 from YosysHQ/dave/snakecase
David Shah
2021-02-03
18
-384
/
+386
|
\
|
*
Update coding.md
D. Shah
2021-02-03
1
-0
/
+2
|
*
ecp5: Use snake case for arch-specific functions
D. Shah
2021-02-03
9
-321
/
+321
|
*
ice40: Use snake case for arch-specific functions
D. Shah
2021-02-03
8
-63
/
+63
|
/
*
Merge pull request #561 from YosysHQ/dave/idstringlist
David Shah
2021-02-03
37
-496
/
+771
|
\
|
*
Post-rebase fix
D. Shah
2021-02-02
1
-4
/
+3
|
*
generic: Use IdStringList for all arch object names
D. Shah
2021-02-02
7
-108
/
+146
|
*
gowin: Stub implementation of IdStringList
D. Shah
2021-02-02
2
-23
/
+26
|
*
nexus: Implement IdStringList for all arch object names
D. Shah
2021-02-02
4
-59
/
+62
|
*
ice40: Implement IdStringList for all arch object names
D. Shah
2021-02-02
5
-57
/
+88
|
*
Refactor GUI to use IdStringLists
D. Shah
2021-02-02
4
-51
/
+50
|
*
ecp5: Implement IdStringList for all arch object names
D. Shah
2021-02-02
7
-93
/
+121
|
*
docs: Update archapi.md with IdStringList
D. Shah
2021-02-02
1
-12
/
+12
|
*
refactor: Replace getXName().c_str(ctx) with ctx->nameOfX
D. Shah
2021-02-02
9
-39
/
+34
|
*
ecp5: Proof-of-concept using IdStringList for bel names
D. Shah
2021-02-02
12
-61
/
+101
|
*
common: First pass at IdStringList methods
D. Shah
2021-02-02
2
-3
/
+64
|
*
arch: Add getNameDelimiter API for string lists
D. Shah
2021-02-02
7
-1
/
+12
|
*
common: Adding IdStringList type
D. Shah
2021-02-02
1
-0
/
+67
|
/
*
Merge pull request #564 from litghost/add_check_arch_api
David Shah
2021-02-02
1
-0
/
+57
|
\
|
*
Add simple python file for doing Arch API sanity checks.
Keith Rothman
2021-02-02
1
-0
/
+57
*
|
Merge pull request #557 from litghost/refactor_placer_arch_api
David Shah
2021-02-02
32
-204
/
+975
|
\
\
|
|
/
|
/
|
|
*
Run "make clangformat".
Keith Rothman
2021-02-02
22
-210
/
+174
|
*
Make BELs/PIPs lowercase as bels/pips per review comment.
Keith Rothman
2021-02-02
3
-36
/
+36
|
*
Moving missing empty check into initial placement loop.
Keith Rothman
2021-02-02
1
-5
/
+14
|
*
Add pybindings for new APIs.
Keith Rothman
2021-02-02
8
-0
/
+85
|
*
Rename Partition -> BelBucket.
Keith Rothman
2021-02-02
17
-196
/
+196
|
*
Update documentation.
Keith Rothman
2021-02-02
3
-32
/
+77
|
*
Finish implementing new generic APIs.
Keith Rothman
2021-02-02
1
-3
/
+15
|
*
Fix regression in use of FastBels.
Keith Rothman
2021-02-02
3
-10
/
+38
|
*
Address some compiler warnings.
Keith Rothman
2021-02-02
1
-1
/
+1
|
*
Add Partition APIs to ice40, nexus, gowin archs.
Keith Rothman
2021-02-02
10
-4
/
+207
|
*
Working compile of ECP5.
Keith Rothman
2021-02-02
3
-6
/
+22
|
*
Refactor ECP5 to new Partition API.
Keith Rothman
2021-02-02
3
-0
/
+64
|
*
Implement partitioning in placer_heap.
Keith Rothman
2021-02-02
4
-131
/
+244
|
*
Add archcheck for partition methods.
Keith Rothman
2021-02-02
4
-3
/
+113
|
*
Make some partition names consistent.
Keith Rothman
2021-02-02
1
-3
/
+3
|
*
Initial refactoring of placer API.
Keith Rothman
2021-02-02
11
-72
/
+194
|
/
*
Merge pull request #563 from litghost/seperate_pip_range_types
David Shah
2021-02-02
5
-4
/
+11
|
\
|
*
Seperate PipRange types in pybindings_shared.
Keith Rothman
2021-02-01
5
-4
/
+11
*
|
Merge pull request #562 from litghost/speed_up_archcheck
David Shah
2021-02-01
1
-18
/
+10
|
\
\
|
|
/
|
/
|
|
*
Avoid linear scan in PIP check loop.
Keith Rothman
2021-01-29
1
-18
/
+10
|
/
*
Merge pull request #556 from YosysHQ/dave/cleanup
David Shah
2021-01-28
19
-204
/
+38
|
\
|
*
cleanup: Spelling fixes
D. Shah
2021-01-28
15
-31
/
+32
|
*
cleanup: Fix compiler warnings
D. Shah
2021-01-28
2
-3
/
+3
|
*
cleanup: Remove dead/unused code
D. Shah
2021-01-28
5
-170
/
+3
|
/
[next]