index
:
iCE40/nextpnr
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
nextpnr.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split nextpnr.h to allow for linear inclusion.
Keith Rothman
2021-03-15
1
-1508
/
+5
*
Add support for partially routed nets from the placer in router2.
Keith Rothman
2021-03-12
1
-3
/
+6
*
timing: Add backwards path walking
gatecat
2021-03-04
1
-0
/
+5
*
Remove unused advanced timing constraint API
gatecat
2021-02-26
1
-86
/
+0
*
Fix compiler warnings introduced by -Wextra
gatecat
2021-02-25
1
-3
/
+3
*
Change CellInfo in getBelPinsForCellPin to be const.
Keith Rothman
2021-02-23
1
-2
/
+2
*
Refactor some common code to CellInfo methods
gatecat
2021-02-23
1
-0
/
+8
*
Replace DelayInfo with DelayPair/DelayQuad
gatecat
2021-02-19
1
-10
/
+13
*
Add DelayPair and DelayQuad structures
gatecat
2021-02-19
1
-0
/
+35
*
Working on standing up initial constraints system.
Keith Rothman
2021-02-17
1
-0
/
+2
*
Remove isValidBelForCell
gatecat
2021-02-16
1
-2
/
+0
*
Merge pull request #575 from YosysHQ/gatecat/belpin-2
gatecat
2021-02-15
1
-1
/
+11
|
\
|
*
Start making use of getBelPinsForCellPin API
gatecat
2021-02-10
1
-1
/
+3
|
*
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
1
-0
/
+5
|
\
\
|
*
|
Add design_loaded state variable.
Keith Rothman
2021-02-11
1
-0
/
+5
|
|
/
*
/
Add getBelHidden and add some missing "override" statements.
Keith Rothman
2021-02-11
1
-2
/
+5
|
/
*
Remove the unused CellInfo::pins field
gatecat
2021-02-10
1
-3
/
+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
*
Mark IdString and IdStringList single argument constructors explicit.
Keith Rothman
2021-02-04
1
-4
/
+5
*
generic: Use IdStringList for all arch object names
D. Shah
2021-02-02
1
-0
/
+15
*
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
1
-1
/
+24
*
ecp5: Proof-of-concept using IdStringList for bel names
D. Shah
2021-02-02
1
-4
/
+22
*
common: First pass at IdStringList methods
D. Shah
2021-02-02
1
-3
/
+29
*
common: Adding IdStringList type
D. Shah
2021-02-02
1
-0
/
+67
*
clangformat
D. Shah
2021-01-28
1
-5
/
+2
*
C++17 compatibility: Don't use std::random_shuffle
Per Grön
2020-12-30
1
-4
/
+10
*
Only print filenames for now, default on
Ross Schlaikjer
2020-08-30
1
-4
/
+2
*
Add option to print critical path source code
Ross Schlaikjer
2020-08-30
1
-0
/
+5
*
Port nextpnr-{ice40,ecp5} to WASI.
whitequark
2020-05-23
1
-0
/
+14
*
svg: Basic SVG graphics rendering
David Shah
2020-02-15
1
-0
/
+5
*
ecp5: Router2 test integration
David Shah
2020-02-03
1
-0
/
+22
[next]