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
*
Start making use of getBelPinsForCellPin API
gatecat
2021-02-10
6
-38
/
+84
*
Add getBelPinsForCellPin to Arch API
gatecat
2021-02-10
7
-0
/
+26
*
Remove the unused CellInfo::pins field
gatecat
2021-02-10
4
-37
/
+0
*
Merge pull request #573 from YosysHQ/gatecat/basearchranges
gatecat
2021-02-09
5
-49
/
+25
|
\
|
*
Add BaseArchRanges for default ArchRanges types
gatecat
2021-02-09
5
-49
/
+25
*
|
Add nextpnr-gowin binary to gitignore
gatecat
2021-02-09
1
-0
/
+1
|
/
*
Merge pull request #568 from YosysHQ/dave/arch-override
gatecat
2021-02-08
20
-1145
/
+1334
|
\
|
*
Make BaseCtx destructor virtual
gatecat
2021-02-08
1
-1
/
+1
|
*
Update docs with API changes
D. Shah
2021-02-08
1
-21
/
+160
|
*
interchange: Base on ArchAPI
D. Shah
2021-02-08
2
-106
/
+135
|
*
Use 'T' postfix to disambiguate LHS and RHS of using
D. Shah
2021-02-08
6
-147
/
+153
|
*
Add archArgs and archArgsToId to Arch API
D. Shah
2021-02-05
7
-11
/
+27
|
*
gowin: Switch to BaseArch
D. Shah
2021-02-05
2
-150
/
+107
|
*
generic: Base upon ArchAPI
D. Shah
2021-02-05
1
-102
/
+132
|
*
nexus: Switch to BaseArch
D. Shah
2021-02-05
5
-301
/
+103
|
*
ice40: Switch to BaseArch
D. Shah
2021-02-05
5
-182
/
+115
|
*
Add pure-virtual ArchAPI interface
D. Shah
2021-02-05
1
-104
/
+198
|
*
Rename ArchBase to BaseArch for consistency with BaseCtx
D. Shah
2021-02-05
3
-7
/
+7
|
*
Add default implementation of bel bucket functions
D. Shah
2021-02-05
5
-88
/
+94
|
*
Add default implementation of some range-returning functions
D. Shah
2021-02-05
2
-17
/
+27
|
*
Add a few more functions to ArchBase
D. Shah
2021-02-05
2
-11
/
+18
|
*
ecp5: Use common wire/pip binding
D. Shah
2021-02-05
2
-83
/
+7
|
*
Fix now-illegal use of reinterpret_cast
D. Shah
2021-02-05
1
-3
/
+5
|
*
nextpnr: Example of shared wire/bel/pip binding code
D. Shah
2021-02-05
1
-13
/
+106
|
*
nextpnr: Use templates to specify range types
D. Shah
2021-02-05
2
-18
/
+67
|
*
nextpnr: Add base virtual functions for non-range Arch API
D. Shah
2021-02-05
2
-84
/
+176
*
|
Update prjoxide URL
D. Shah
2021-02-08
2
-4
/
+4
*
|
Merge pull request #572 from YosysHQ/dave/more-ssize
David Shah
2021-02-08
4
-23
/
+23
|
\
\
|
|
/
|
/
|
|
*
Use RelSlice::ssize instead of cast-to-int throughout
D. Shah
2021-02-08
4
-23
/
+23
|
/
*
Merge pull request #567 from litghost/initial_fpga_interchange
David Shah
2021-02-05
15
-2
/
+2582
|
\
|
*
Add RelSlice::ssize and use it when comparing with signed ints.
Keith Rothman
2021-02-05
3
-27
/
+29
|
*
Move all string data into BBA file.
Keith Rothman
2021-02-05
5
-48901
/
+16
|
*
Use RelSlice instead of RelPtr in cases where sizes are present.
Keith Rothman
2021-02-04
2
-97
/
+67
|
*
Update APIs to conform to style guide.
Keith Rothman
2021-02-04
5
-67
/
+48939
|
*
Remove unused method getReservedWireNet.
Keith Rothman
2021-02-04
1
-7
/
+0
|
*
Update copywrite headers.
Keith Rothman
2021-02-04
8
-4
/
+12
|
*
Correct some typos.
Keith Rothman
2021-02-04
1
-4
/
+4
|
*
Fix warnings with signed/unsigned.
Keith Rothman
2021-02-04
1
-1
/
+1
|
*
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
[next]