Keith Rothman
e81a2fb93d
Document some combo DATA_WIDTH bits.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-07-31 15:59:52 -07:00
litghost
fb2071895d
Merge pull request #986 from litghost/iob_vref
...
Add HCLK_IOI3.INTERNAL_VREF feature.
2019-07-31 07:14:52 -07:00
litghost
e231dd819b
Merge pull request #994 from litghost/fixup_clock_invert_bits
...
Refactor clock invert tags for ISERDES/OSERDES.
2019-07-31 07:14:01 -07:00
litghost
dd64be807e
Merge pull request #999 from litghost/fix_int_maketodo
...
Restore int_maketodo support for non-LR sides.
2019-07-31 07:11:47 -07:00
litghost
4cba56602a
Merge pull request #993 from litghost/iserdes-width
...
Add ISERDESE2.DATA_WIDTH's 2-8.
2019-07-30 20:23:06 -07:00
litghost
2b3dfee577
Merge pull request #985 from litghost/add_additional_hclk_ioi_pips
...
Relax pip filtering to find additional HCLK_IOI3 pip bits.
2019-07-30 17:11:16 -07:00
Keith Rothman
f6e94a33d9
Restore int_maketodo support for non-LR sides.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-07-30 13:26:37 -07:00
litghost
8658f2425a
Merge pull request #984 from litghost/litex_missing_bit_report
...
Create script for generating remaining LiteX bit report.
2019-07-30 10:35:07 -07:00
Keith Rothman
48f97be0c7
Refactor clock invert tags for ISERDES/OSERDES.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-07-30 09:23:24 -07:00
Keith Rothman
39a52f8198
Relate pip filtering to find additional HCLK_IOI3 pip bits.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-07-30 08:39:29 -07:00
Keith Rothman
716e4ca785
Add ISERDESE2.DATA_WIDTH's 2-8.
...
10 and 14 require ISERDESE2 MASTER/SLAVE which are not currently in use.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-07-30 08:38:47 -07:00
Keith Rothman
e9dbc39e9c
Add HCLK_IOI3.INTERNAL_VREF feature.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-07-30 07:40:40 -07:00
litghost
693c621e96
Merge pull request #981 from litghost/add_tsrtype
...
Add TSRTYPE features to OLOGIC fuzzer
2019-07-29 17:55:29 -07:00
litghost
11b5f39a78
Merge pull request #983 from litghost/iob_diff
...
Add initial DIFF_ support to IOB fuzzer.
2019-07-29 17:53:35 -07:00
Tim Ansell
0699fc8457
Merge pull request #989 from SymbiFlow/dependabot/submodules/third_party/abseil-cpp-36d37ab
...
build(deps): bump third_party/abseil-cpp from `f3840bc` to `36d37ab`
2019-07-28 13:59:04 -04:00
Tim Ansell
fe6405dee7
Merge pull request #988 from SymbiFlow/dependabot/submodules/third_party/googletest-2134e3f
...
build(deps): bump third_party/googletest from `b77e5c7` to `2134e3f`
2019-07-28 13:58:54 -04:00
Tim Ansell
5ca1059d0b
Merge pull request #987 from SymbiFlow/dependabot/submodules/third_party/yosys-a02d172
...
build(deps): bump third_party/yosys from `9cb0456` to `a02d172`
2019-07-28 13:58:44 -04:00
dependabot-preview[bot]
0512613821
build(deps): bump third_party/abseil-cpp from `f3840bc` to `36d37ab`
...
Bumps [third_party/abseil-cpp](https://github.com/abseil/abseil-cpp ) from `f3840bc` to `36d37ab`.
- [Release notes](https://github.com/abseil/abseil-cpp/releases )
- [Commits](f3840bc5e3...36d37ab992 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-27 05:13:37 +00:00
dependabot-preview[bot]
168b48f594
build(deps): bump third_party/googletest from `b77e5c7` to `2134e3f`
...
Bumps [third_party/googletest](https://github.com/google/googletest ) from `b77e5c7` to `2134e3f`.
- [Release notes](https://github.com/google/googletest/releases )
- [Commits](b77e5c7625...2134e3fd85 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-27 05:13:16 +00:00
dependabot-preview[bot]
5284b36dba
build(deps): bump third_party/yosys from `9cb0456` to `a02d172`
...
Bumps [third_party/yosys](https://github.com/YosysHQ/yosys ) from `9cb0456` to `a02d172`.
- [Release notes](https://github.com/YosysHQ/yosys/releases )
- [Commits](9cb0456b6f...a02d1720a7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-27 05:12:55 +00:00
litghost
9d0065a768
Merge pull request #934 from antmicro/ioi3-pips
...
IOI3_INTER pips fuzzer
2019-07-26 19:25:38 -07:00
Keith Rothman
6c4e6aa718
Update HCLK_IOI offset to match tilegrid
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-07-26 17:18:48 -07:00
Keith Rothman
2c7b64ea22
Create script for generating remaining bit report.
...
This report is fairly fragile, but works well enough for the remaining
LiteX bits.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-07-26 15:04:29 -07:00
Keith Rothman
f723091e50
Add IN_TERM fuzzing.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-07-26 14:21:40 -07:00
Keith Rothman
73b3342adb
Add initial DIFF_ support to IOB fuzzer.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-07-26 13:59:12 -07:00
litghost
1de2a0a6bc
Merge pull request #979 from antmicro/ioi3_sing_alias
...
Add alias for IOI3_SING tiles
2019-07-26 12:41:47 -07:00
Keith Rothman
6911dd0439
Add TSRTYPE features.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-07-26 10:33:03 -07:00
litghost
963aba5b81
Merge pull request #976 from litghost/add_features_to_idelay
...
Add additional features for IDELAY.
2019-07-26 09:56:26 -07:00
litghost
e8b98601b9
Merge pull request #977 from litghost/remove_ilogic_remove_clocks
...
ISERDES FASM feature improvements
2019-07-26 09:53:45 -07:00
Keith Rothman
8d4b7348c0
ISERDES FASM feature improvements
...
- Add non-decimal prefixes to feature parts
- Remove clocks in some samples to decouple ioi pips.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-07-26 09:53:06 -07:00
litghost
35d540f70e
Merge pull request #974 from antmicro/correlation_report
...
Bit correlation report
2019-07-26 09:50:22 -07:00
litghost
8e941468bd
Merge pull request #970 from litghost/update_iob_fuzzer
...
Refactor IOB fuzzer.
2019-07-26 09:49:20 -07:00
Tomasz Michalak
5de6e16b29
005-tilegrid: Add alias for IOI3_SING tiles
...
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
2019-07-26 13:34:44 +02:00
Alessandro Comodi
7db3417e2c
Merge pull request #975 from antmicro/ologic-improve
...
036-ologic: add IN_USE oserdes
2019-07-26 09:56:06 +02:00
Keith Rothman
a724be9a08
Add additional features for IDELAY.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-07-25 15:40:04 -07:00
Alessandro Comodi
5409992f03
make format
...
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2019-07-25 18:57:03 +02:00
Alessandro Comodi
fec82e9818
036-ologic: add IN_USE oserdes
...
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2019-07-25 18:48:34 +02:00
Keith Rothman
82df57c816
Add write_io_banks.tcl for listing IO banks.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-07-25 09:40:04 -07:00
litghost
4fd53f65a8
Merge pull request #971 from litghost/ologic_update
...
Add some additional OLOGIC bits.
2019-07-25 09:18:27 -07:00
Alessandro Comodi
702ae02655
pips: fix maketodo
...
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2019-07-25 15:06:12 +02:00
Maciej Kurc
4c23f10d4d
Added generation of bit correlation report.
...
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
2019-07-25 12:11:56 +02:00
Alessandro Comodi
089b2c447e
037-ioi-pips: fixed and cleaned fuzzer
...
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2019-07-24 18:23:19 +02:00
Keith Rothman
e3b5fe97f4
Make CLKB for ISERDES work correctly.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-07-24 18:23:19 +02:00
Keith Rothman
b1780e76a0
Refactor 037 to capture non-inverted pips.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-07-24 18:23:19 +02:00
Alessandro Comodi
e26a6432a4
iob-pips: initial attempt to document ioi pips
...
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2019-07-24 18:23:19 +02:00
Keith Rothman
d364c689fd
Add some additional OLOGIC bits.
...
- Add OLOGIC D1 mux (for OLOGIC passthrough).
- Add OQUSED, TQUSED features.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-07-24 08:43:30 -07:00
litghost
b6b8dc19cd
Merge pull request #968 from antmicro/idelay-tbytesrc-tbyteterm
...
Pushing bits for IOI3 to the DB also for TBYTESRC and TBYTETERM tiles
2019-07-24 08:31:00 -07:00
Keith Rothman
e217fbb7c7
Add print on success when checking single design.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-07-23 17:27:44 -07:00
litghost
e3b58d631e
Merge pull request #969 from antmicro/calculate-carry-timings
...
Calculate carry timings
2019-07-23 17:23:46 -07:00
Keith Rothman
fa2f61f914
Run make format.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-07-23 17:21:26 -07:00