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
*
Fix fpga_interchange/README.md duplicate patch statement.
Keith Rothman
2021-02-04
1
-8
/
+0
*
Fix URLs in Markdown.
Keith Rothman
2021-02-04
1
-2
/
+2
*
Add empty constids.inc for build.
Keith Rothman
2021-02-04
1
-0
/
+0
*
Run "make clangformat".
Keith Rothman
2021-02-04
4
-148
/
+100
*
Add README about initial state of FPGA interchange implementation.
Keith Rothman
2021-02-04
1
-0
/
+170
*
Update FPGA interchange to use IdStringList.
Keith Rothman
2021-02-04
2
-132
/
+137
*
Add initial GUI files.
Keith Rothman
2021-02-04
4
-0
/
+96
*
Start adding data for placement constraint solving.
Keith Rothman
2021-02-04
2
-50
/
+43
*
Debug BEL bucket data.
Keith Rothman
2021-02-04
1
-11
/
+14
*
Add initial updates to FPGA interchange arch for BEL buckets.
Keith Rothman
2021-02-04
5
-0
/
+247
*
Address review comments.
Keith Rothman
2021-02-04
3
-95
/
+6
*
Fix BBA import bugs.
Keith Rothman
2021-02-04
2
-69
/
+201
*
Assorted fixes to new FPGA interchange based arch.
Keith Rothman
2021-02-04
3
-5
/
+13
*
Initial compiling version.
Keith Rothman
2021-02-04
2
-16
/
+25
*
Initial FPGA interchange (which is just a cut-down xilinx arch).
Keith Rothman
2021-02-04
10
-2
/
+2104
*
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
[next]