index
:
iCE40/nextpnr
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fpga_interchange
Commit message (
Expand
)
Author
Age
Files
Lines
*
interchange: Disambiguate cell and bel pins when creating Vcc ties
gatecat
2021-04-09
1
-6
/
+10
*
[interchange] Provide estimateDelay when USE_LOOKAHEAD is not defined.
Keith Rothman
2021-04-06
1
-1
/
+16
*
[interchange] Remove requirement to have wire_lut.
Keith Rothman
2021-04-06
3
-6
/
+7
*
[interchange] Fix invalid use of local variables due to refactoring.
Keith Rothman
2021-04-06
3
-6
/
+7
*
[interchange] Prevent site router from generating incorrect LUTs.
Keith Rothman
2021-04-06
3
-42
/
+102
*
[interchange] Scale edge cost of pseudo pips.
Keith Rothman
2021-04-06
2
-5
/
+12
*
[interchange] Fix missing inline methods in site_arch.impl.h
Keith Rothman
2021-04-06
2
-8
/
+9
*
[interchange] Disallow site edges during general routing.
Keith Rothman
2021-04-06
2
-5
/
+23
*
[interchange] Add crude pseudo pip model.
Keith Rothman
2021-04-06
6
-7
/
+717
*
Merge pull request #661 from litghost/document_site_router
gatecat
2021-04-06
1
-10
/
+58
|
\
|
*
[interchange] Add some documentation for the site router.
Keith Rothman
2021-04-05
1
-10
/
+58
*
|
Merge pull request #657 from acomodi/interchange-counter-multi-board
gatecat
2021-04-06
5
-23
/
+25
|
\
\
|
|
/
|
/
|
|
*
interchange: counter: testing on multiple boards
Alessandro Comodi
2021-04-01
5
-23
/
+25
*
|
[interchange] Update to v6 of FPGA interchange chipdb.
Keith Rothman
2021-04-01
3
-2
/
+12
|
/
*
Merge pull request #646 from YosysHQ/gatecat/nexus-cmake
gatecat
2021-03-31
13
-126
/
+368
|
\
|
*
interchange: Fix nexus cmake review comments
gatecat
2021-03-31
3
-9
/
+4
|
*
interchange: Split xc7 and nexus chipdb cmake
gatecat
2021-03-30
3
-243
/
+245
|
*
interchange: Add Nexus LUT test
gatecat
2021-03-30
7
-19
/
+139
|
*
interchange: Add Nexus to CI
gatecat
2021-03-30
3
-1
/
+11
|
*
interchange: Add CMake support for Nexus/prjoxide
gatecat
2021-03-30
3
-0
/
+115
*
|
Fix bug where DedicateInterconnect incorrectly allows some placement.
Keith Rothman
2021-03-30
2
-10
/
+23
*
|
[interchange] Fix site pip check for drivers.
Keith Rothman
2021-03-30
1
-7
/
+22
|
/
*
interchange: Fix illegal placements
gatecat
2021-03-30
1
-6
/
+5
*
Merge pull request #645 from litghost/add_counter_and_ram
gatecat
2021-03-29
22
-335
/
+1218
|
\
|
*
Update README with latest develpment progress.
Keith Rothman
2021-03-25
2
-146
/
+39
|
*
interchange: Fix bug in site router where a bad solution isn't remove.
Keith Rothman
2021-03-25
1
-3
/
+7
|
*
Implement debugging tools for site router.
Keith Rothman
2021-03-25
7
-23
/
+166
|
*
Add some FIXME's around VCC assumption in LUT logic.
Keith Rothman
2021-03-25
1
-0
/
+17
|
*
Add targets to generate YAML outputs for DeviceResource files.
Keith Rothman
2021-03-25
1
-0
/
+22
|
*
Re-work LUT mapping logic to only put VCC pins when required.
Keith Rothman
2021-03-25
5
-104
/
+174
|
*
Fixup some of the re-mapping logic.
Keith Rothman
2021-03-25
2
-27
/
+75
|
*
Add initial handling of local site inverters and constant signals.
Keith Rothman
2021-03-25
7
-58
/
+457
|
*
[FPGA interchange] Small fix to get_net_type.
Keith Rothman
2021-03-25
2
-9
/
+14
|
*
Enable counter tests and add RAM tests.
Keith Rothman
2021-03-25
6
-2
/
+284
*
|
interchange: add archcheck tests to all-device-test target
Alessandro Comodi
2021-03-26
1
-1
/
+6
|
/
*
gh-actions: interchange: multiple jobs, one for each device
Alessandro Comodi
2021-03-24
2
-1
/
+5
*
interchange: examples: remove unused makefiles
Alessandro Comodi
2021-03-24
2
-99
/
+0
*
interchange: devices: bel_bucket_seeds -> device_config
Alessandro Comodi
2021-03-23
3
-3
/
+3
*
interchange: added boards and group testing across multiple boards
Alessandro Comodi
2021-03-23
10
-45
/
+155
*
fpga_interchange: add test data for new architectures
Alessandro Comodi
2021-03-23
3
-0
/
+108
*
fpga_interchange: use higher java heap space
Alessandro Comodi
2021-03-23
3
-3
/
+4
*
fpga_interchange: add more devices
Alessandro Comodi
2021-03-23
8
-3
/
+91
*
Merge pull request #644 from litghost/add_global_buffers
gatecat
2021-03-23
4
-10
/
+29
|
\
|
*
[FPGA interchange] Add support for global buffers from chipdb.
Keith Rothman
2021-03-23
4
-10
/
+29
*
|
Merge pull request #643 from litghost/id_constants
gatecat
2021-03-23
2
-4
/
+27
|
\
\
|
*
|
[FPGA interchange] Convert some string constants to IdString.
Keith Rothman
2021-03-23
2
-4
/
+27
*
|
|
Merge pull request #640 from litghost/inversion_logic
gatecat
2021-03-23
7
-8
/
+131
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Initial version of inverter logic.
Keith Rothman
2021-03-23
7
-8
/
+131
*
|
|
Merge pull request #639 from litghost/parameter_iteration
gatecat
2021-03-23
5
-42
/
+315
|
\
|
|
|
|
/
|
/
|
|
*
Update FPGA interchange chipdb to v4 with inverter data.
Keith Rothman
2021-03-23
1
-1
/
+22
[next]