index
:
iCE40/nextpnr
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run "make clangformat" to fix new Bits library.
Keith Rothman
2021-02-23
2
-11
/
+16
*
Demote the 'no clocks' warning to info and make clearer
gatecat
2021-02-20
1
-1
/
+1
*
Merge pull request #592 from YosysHQ/gatecat/rework-delay
gatecat
2021-02-20
7
-35
/
+98
|
\
|
*
python: Bindings for DelayPair and DelayQuad
gatecat
2021-02-19
1
-0
/
+25
|
*
Replace DelayInfo with DelayPair/DelayQuad
gatecat
2021-02-19
6
-35
/
+38
|
*
Add DelayPair and DelayQuad structures
gatecat
2021-02-19
1
-0
/
+35
*
|
clangformat
gatecat
2021-02-19
1
-1
/
+2
|
/
*
Merge pull request #576 from litghost/add_cell_bel_pin_mapping
gatecat
2021-02-19
6
-0
/
+443
|
\
|
*
Use Bits library for bit instrisics.
Keith Rothman
2021-02-17
1
-2
/
+4
|
*
Refactor "get only from iterator" to a utility.
Keith Rothman
2021-02-17
1
-0
/
+23
|
*
Working on standing up initial constraints system.
Keith Rothman
2021-02-17
5
-0
/
+418
*
|
Expose ice40 arch placer-heap internal parameters.
Balint Cristian
2021-02-18
2
-4
/
+32
|
/
*
Add a Bits utility library.
Keith Rothman
2021-02-17
2
-0
/
+124
*
Remove isValidBelForCell
gatecat
2021-02-16
4
-24
/
+38
*
Merge pull request #575 from YosysHQ/gatecat/belpin-2
gatecat
2021-02-15
5
-173
/
+253
|
\
|
*
router2: Support for multiple bel pins per cell pin
gatecat
2021-02-10
1
-85
/
+95
|
*
router1: Support for multiple bel pins per cell pin
gatecat
2021-02-10
1
-62
/
+78
|
*
Start making use of getBelPinsForCellPin API
gatecat
2021-02-10
5
-37
/
+83
|
*
Add getBelPinsForCellPin to Arch API
gatecat
2021-02-10
1
-0
/
+8
*
|
Merge pull request #579 from litghost/add_control_for_split_io
gatecat
2021-02-12
1
-0
/
+1
|
\
\
|
*
|
Add control to whether GenericFrontend splits IO ports.
Keith Rothman
2021-02-11
1
-0
/
+1
|
|
/
*
|
Make BaseArch getDecalGraphics return an empty range
gatecat
2021-02-12
1
-1
/
+1
*
|
Merge pull request #580 from litghost/add_design_loaded_state_variable
gatecat
2021-02-12
2
-1
/
+6
|
\
\
|
*
|
Add design_loaded state variable.
Keith Rothman
2021-02-11
2
-1
/
+6
|
|
/
*
/
Add getBelHidden and add some missing "override" statements.
Keith Rothman
2021-02-11
2
-3
/
+8
|
/
*
Remove the unused CellInfo::pins field
gatecat
2021-02-10
3
-25
/
+0
*
Add BaseArchRanges for default ArchRanges types
gatecat
2021-02-09
1
-0
/
+21
*
Make BaseCtx destructor virtual
gatecat
2021-02-08
1
-1
/
+1
*
Use 'T' postfix to disambiguate LHS and RHS of using
D. Shah
2021-02-08
1
-42
/
+48
*
Add archArgs and archArgsToId to Arch API
D. Shah
2021-02-05
1
-0
/
+3
*
ice40: Switch to BaseArch
D. Shah
2021-02-05
1
-0
/
+1
*
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
1
-1
/
+1
*
Add default implementation of bel bucket functions
D. Shah
2021-02-05
1
-5
/
+89
*
Add default implementation of some range-returning functions
D. Shah
2021-02-05
1
-5
/
+27
*
Add a few more functions to ArchBase
D. Shah
2021-02-05
1
-8
/
+14
*
ecp5: Use common wire/pip binding
D. Shah
2021-02-05
1
-1
/
+1
*
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
1
-0
/
+21
*
nextpnr: Add base virtual functions for non-range Arch API
D. Shah
2021-02-05
1
-0
/
+108
*
Add RelSlice::ssize and use it when comparing with signed ints.
Keith Rothman
2021-02-05
1
-0
/
+1
*
Mark IdString and IdStringList single argument constructors explicit.
Keith Rothman
2021-02-04
3
-18
/
+28
*
Use a LRU cache for pip to wire map.
Keith Rothman
2021-02-03
1
-10
/
+113
*
generic: Use IdStringList for all arch object names
D. Shah
2021-02-02
3
-1
/
+28
*
nexus: Implement IdStringList for all arch object names
D. Shah
2021-02-02
1
-0
/
+6
*
ecp5: Implement IdStringList for all arch object names
D. Shah
2021-02-02
3
-8
/
+55
*
refactor: Replace getXName().c_str(ctx) with ctx->nameOfX
D. Shah
2021-02-02
3
-9
/
+8
*
ecp5: Proof-of-concept using IdStringList for bel names
D. Shah
2021-02-02
7
-24
/
+56
*
common: First pass at IdStringList methods
D. Shah
2021-02-02
2
-3
/
+64
[next]