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
...
|
*
machxo2: Add initial set of constids for packing.
William D. Jones
2021-02-12
2
-0
/
+111
|
*
machxo2: Improve examples directory.
William D. Jones
2021-02-12
4
-10
/
+23
|
*
machxo2: synth directory (simulation, techmaps, synth script) is now provided...
William D. Jones
2021-02-12
3
-103
/
+0
|
*
machxo2: Stub out cells functions.
William D. Jones
2021-02-12
2
-101
/
+8
|
*
machxo2: Stub out arch API functions and members.
William D. Jones
2021-02-12
2
-204
/
+70
|
*
machxo2: Remove HeAP placer for now, fix typos.
William D. Jones
2021-02-12
1
-25
/
+3
|
*
machxo2: Remove generic packing.
William D. Jones
2021-02-12
2
-253
/
+2
|
*
machxo2: Start creating MachXO2CommandHandler.
William D. Jones
2021-02-12
5
-33
/
+127
|
*
machxo2: Remove generic API functions from Arch.
William D. Jones
2021-02-12
2
-262
/
+0
|
*
machxo2: Remove pybindings unneeded files from examples and update README.md ...
William D. Jones
2021-02-12
15
-492
/
+17
|
*
Update machxo2 backend with minimal build system changes so nextpnr compiles ...
William D. Jones
2021-02-12
2
-3
/
+13
|
*
Update machxo2 backend with build system changes.
William D. Jones
2021-02-12
6
-116
/
+178
|
*
Create sub import of facade DB for 1200 device.
William D. Jones
2021-02-12
3
-0
/
+191
|
*
Create machxo2 backend (renamed from generic).
gatecat
2021-02-12
27
-3
/
+2304
*
|
Merge pull request #575 from YosysHQ/gatecat/belpin-2
gatecat
2021-02-15
12
-174
/
+272
|
\
\
|
*
|
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
6
-38
/
+84
|
*
|
Add getBelPinsForCellPin to Arch API
gatecat
2021-02-10
7
-0
/
+26
*
|
|
Merge pull request #582 from litghost/add_xdc_parser
gatecat
2021-02-12
8
-4
/
+238
|
\
\
\
|
*
|
|
Add FPGA interchange tests to CI.
Keith Rothman
2021-02-12
1
-1
/
+2
|
*
|
|
Update tests to include XDC unit test.
Keith Rothman
2021-02-12
1
-0
/
+0
|
*
|
|
Run "make clangformat".
Keith Rothman
2021-02-12
4
-66
/
+53
|
*
|
|
Remove capnp and libz for XDC parser PR.
Keith Rothman
2021-02-12
1
-4
/
+0
|
*
|
|
Refactor XDC parser into a little class for testing purposes.
Keith Rothman
2021-02-12
3
-14
/
+52
|
*
|
|
Add unknown handles to convert [0] to "[0]".
Keith Rothman
2021-02-12
1
-0
/
+11
|
*
|
|
Add FPGA interchange XDC parser.
Keith Rothman
2021-02-12
5
-3
/
+204
|
/
/
/
*
|
|
Merge pull request #579 from litghost/add_control_for_split_io
gatecat
2021-02-12
4
-18
/
+28
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Update docs.
Keith Rothman
2021-02-12
1
-0
/
+1
|
*
|
Add control to whether GenericFrontend splits IO ports.
Keith Rothman
2021-02-11
3
-18
/
+27
*
|
|
Make BaseArch getDecalGraphics return an empty range
gatecat
2021-02-12
2
-2
/
+2
*
|
|
Merge pull request #580 from litghost/add_design_loaded_state_variable
gatecat
2021-02-12
3
-1
/
+8
|
\
\
\
|
*
|
|
Add design_loaded state variable.
Keith Rothman
2021-02-11
3
-1
/
+8
|
|
/
/
*
|
|
Merge pull request #581 from litghost/add_isbelhidden
gatecat
2021-02-12
11
-16
/
+30
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add getBelHidden and add some missing "override" statements.
Keith Rothman
2021-02-11
11
-16
/
+30
|
/
/
*
|
Merge pull request #574 from YosysHQ/gatecat/belpin-1
gatecat
2021-02-10
4
-37
/
+0
|
\
|
|
*
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
[prev]
[next]