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
...
*
Merge pull request #607 from litghost/add_absl_flat_hash_map
gatecat
2021-03-09
1
-1
/
+2
|
\
|
*
Add absl::flat_hash_map.
Keith Rothman
2021-03-01
1
-1
/
+2
*
|
Merge pull request #609 from YosysHQ/gatecat/sta-v2
gatecat
2021-03-09
8
-242
/
+937
|
\
\
|
*
|
timing: Integration tweaks
gatecat
2021-03-05
4
-4
/
+9
|
*
|
timing: Skip route delays for unplaced/nullptr cells
gatecat
2021-03-04
1
-1
/
+6
|
*
|
timing: Replace all users of criticality with new engine
gatecat
2021-03-04
4
-229
/
+52
|
*
|
timing: Use new engine in SA except for budget-based mode
gatecat
2021-03-04
1
-10
/
+7
|
*
|
timing: Use new engine for HeAP
gatecat
2021-03-04
3
-14
/
+19
|
*
|
timing: Add support for critical path printing
gatecat
2021-03-04
2
-0
/
+69
|
*
|
timing: Slack and criticality computation
gatecat
2021-03-04
2
-0
/
+47
|
*
|
timing: Produce plausible Fmax figure
gatecat
2021-03-04
2
-1
/
+12
|
*
|
timing: Add Fmax printing for debugging
gatecat
2021-03-04
2
-0
/
+23
|
*
|
timing: Add backwards path walking
gatecat
2021-03-04
3
-1
/
+71
|
*
|
timing: Add forward path walking
gatecat
2021-03-04
2
-0
/
+105
|
*
|
timing: Compute domain pairs
gatecat
2021-03-04
2
-13
/
+59
|
*
|
timing: Add port-domain tracking
gatecat
2021-03-04
3
-1
/
+115
|
*
|
timing: Add topological sort from Yosys
gatecat
2021-03-04
3
-0
/
+130
|
*
|
timing: Import cell delays to our own structures
gatecat
2021-03-04
2
-0
/
+123
|
*
|
timing: Data structures for STA rewrite
gatecat
2021-03-04
1
-0
/
+122
*
|
|
router2: Fix vast perf drop when leaving bounding box
gatecat
2021-03-08
1
-1
/
+1
|
/
/
*
|
Merge pull request #604 from litghost/add_counter_test
gatecat
2021-03-03
1
-0
/
+2
|
\
\
|
*
|
Initial LUT rotation logic.
Keith Rothman
2021-02-26
1
-0
/
+2
|
|
/
*
|
Merge pull request #605 from litghost/add_placement_sanity_check
gatecat
2021-03-02
5
-11
/
+106
|
\
\
|
|
/
|
/
|
|
*
Correct spelling of RAII and add missing check in unlock_early.
Keith Rothman
2021-03-01
1
-10
/
+19
|
*
Use scope in router1/2 and placer1.
Keith Rothman
2021-03-01
4
-10
/
+18
|
*
Fix latent bug with context locking in placer HeAP.
Keith Rothman
2021-02-26
2
-10
/
+68
|
*
Add placement sanity check in placer_heap.
Keith Rothman
2021-02-26
1
-1
/
+21
*
|
Prevent trival misplacements in placer1.
Keith Rothman
2021-02-26
1
-0
/
+12
|
/
*
Remove unused advanced timing constraint API
gatecat
2021-02-26
2
-187
/
+0
*
Allow router2 to use routed but not fixed arcs.
Keith Rothman
2021-02-25
1
-4
/
+54
*
Fix compiler warnings introduced by -Wextra
gatecat
2021-02-25
3
-6
/
+6
*
Merge pull request #591 from litghost/add_constant_network
gatecat
2021-02-25
2
-10
/
+9
|
\
|
*
Remove some signedness warnings.
Keith Rothman
2021-02-23
2
-10
/
+9
*
|
Merge pull request #597 from litghost/add_dynamic_bitarray
gatecat
2021-02-24
1
-0
/
+79
|
\
\
|
*
|
Fix some bugs found in review.
Keith Rothman
2021-02-24
1
-5
/
+2
|
*
|
Add dynamic bitarray to common library.
Keith Rothman
2021-02-23
1
-0
/
+82
*
|
|
Merge pull request #595 from litghost/const_cell_info
gatecat
2021-02-23
1
-2
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Change CellInfo in getBelPinsForCellPin to be const.
Keith Rothman
2021-02-23
1
-2
/
+2
|
|
/
*
|
Merge pull request #596 from litghost/make_clang_format
gatecat
2021-02-23
2
-11
/
+16
|
\
\
|
|
/
|
/
|
|
*
Run "make clangformat" to fix new Bits library.
Keith Rothman
2021-02-23
2
-11
/
+16
*
|
Refactor some common code to CellInfo methods
gatecat
2021-02-23
6
-38
/
+43
*
|
HeAP: Document legalise_placement_strict better
gatecat
2021-02-23
1
-3
/
+45
|
/
*
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
[prev]
[next]