92 Commits

Author SHA1 Message Date
Florent Kermarrec
f763c282ea serdes: fix typo 2019-10-09 12:12:16 +02:00
Florent Kermarrec
eba5d552fb README.md: update 2019-10-08 19:35:13 +02:00
Florent Kermarrec
6c6717daef kc705: add Scrambler and enable it when in polling.idle (experiment) 2019-10-08 18:58:50 +02:00
Florent Kermarrec
e9ef2876f5 serdes: fix typo 2019-10-08 18:26:38 +02:00
Florent Kermarrec
972c94f0b2 scrambling/FIXME: SKP(Skip) symbols are no longer present in the stream (removed with SerdesRXSkipRemover) 2019-10-08 18:12:41 +02:00
Florent Kermarrec
798e1b9b28 serdes: integrate SerdesRXSkipRemover 2019-10-08 18:09:13 +02:00
Florent Kermarrec
5f869f0ddb serdes: add SerdesRXSkipRemover 2019-10-08 18:06:30 +02:00
Florent Kermarrec
6fe7a56b6b kc705: add idle handshake start trigger 2019-10-08 15:06:49 +02:00
Florent Kermarrec
949a8628e7 targets: use new automatic rx polarity swap (tx polarity if needed, will be detected by the host) 2019-10-08 14:12:21 +02:00
Florent Kermarrec
5becb9be6d ltssm/phy: add experimental RX polarity swap (simplify testing) 2019-10-08 14:10:49 +02:00
Florent Kermarrec
7a31882f38 training: connect rx_ts signals 2019-10-08 13:07:26 +02:00
Florent Kermarrec
7bfd22de78 training: be sure to only assert detected one cycle 2019-10-08 12:21:06 +02:00
Florent Kermarrec
68b726be80 tools/test_analyzer: add rx_tseq_first_word trigger 2019-10-08 12:13:06 +02:00
Florent Kermarrec
8a876f9414 training: add enable signals 2019-10-08 12:12:40 +02:00
Florent Kermarrec
b138f0fc2e targets: set polarity and use a common analyzer 2019-10-08 11:29:39 +02:00
Florent Kermarrec
362fe4f444 control serdes.rx_align, use default value of 1 on enable controls 2019-10-08 10:53:52 +02:00
Florent Kermarrec
6ebe23f17b serdes: rename SerdesRXAligner to SerdesRXWordAligner 2019-10-08 10:40:58 +02:00
Florent Kermarrec
ec3b7e9c57 serdes: simplify SerdesRXAligner 2019-10-08 10:02:33 +02:00
Florent Kermarrec
537074d942 test/test_serdes: add test_aligner 2019-10-08 09:53:53 +02:00
Florent Kermarrec
c7c968fcb5 tets: add test_serdes with test_datapath_loopback 2019-10-08 09:42:29 +02:00
Florent Kermarrec
0632d128b7 pcie_screamer: increase sys_clk_freq to 133MHz (have to be > 125MHz) 2019-10-08 09:08:08 +02:00
Florent Kermarrec
4d76cd757c test: remove .vcd generation 2019-10-08 09:07:10 +02:00
Florent Kermarrec
bdf61f9e40 rename ordered_set to training 2019-10-08 09:06:08 +02:00
Florent Kermarrec
68c09044a7 add phy module and use it in targets 2019-10-08 08:50:13 +02:00
Florent Kermarrec
d6961125bc scrambler: rename to scrambling, add Descrambler list features that still needs to be implemented 2019-10-08 08:33:43 +02:00
Florent Kermarrec
091fa089fc test/test_ltssm: comment test_polling_fsm_synta for now 2019-10-07 23:39:28 +02:00
Florent Kermarrec
05059ea9ac targets: use LFPSUnit, OrderedSertUnit, LTSSM, simplify 2019-10-07 23:33:08 +02:00
Florent Kermarrec
03843d36c3 ltssm: start filling Polling FSM 2019-10-07 23:30:22 +02:00
Florent Kermarrec
50df4995bb ordered_set/OrderedSetUnit: add control signals 2019-10-07 22:46:02 +02:00
Florent Kermarrec
b46f0108e4 ordered_set: only keep 32-bit data-width 2019-10-07 22:36:04 +02:00
Florent Kermarrec
409466fb91 lfps/LFPSUnit: add control signals, use 20-bit data-width 2019-10-07 22:29:24 +02:00
Florent Kermarrec
c2c126247b usb3_pipe: add LFPSUnit, OrderedSetUnit and LTSSM skeletons, rename Receiver/Transmitter to Checker/Generator 2019-10-07 19:26:52 +02:00
Florent Kermarrec
790ff574ff add travis-ci 2019-10-07 18:24:22 +02:00
Florent Kermarrec
a62fcd090c test/test_scrambler: add reference and test against it 2019-10-07 18:22:18 +02:00
Florent Kermarrec
ebac474609 add copyrights on files 2019-10-07 17:53:47 +02:00
Florent Kermarrec
03bf9afc85 usb3_pipe: remove hack.py 2019-10-07 17:39:07 +02:00
Florent Kermarrec
86a61de782 usb3_pipe/serdes: add SerdesRXAligner integrate it to K7USB3SerDes/A7USB3SerDes 2019-10-07 17:38:53 +02:00
Florent Kermarrec
029e5c15f4 usb3_pipe/serdes: add SerdesTXDatapath, SerdesRXDatapath and integrate it (Serdes now have 32-bit streams at sys_clk) 2019-10-07 17:31:34 +02:00
Florent Kermarrec
2cee7bb2a9 pcie_screamer: use A7USB3SerDes 2019-10-07 17:16:57 +02:00
Florent Kermarrec
37a84662a0 usb3_pipe/serdes: add A7USB3SerDes 2019-10-07 17:16:33 +02:00
Florent Kermarrec
ba2e8dc770 usb3_pipe/serdes: add rx_align, regroup tx/rx controls signals 2019-10-07 17:07:33 +02:00
Florent Kermarrec
9bf8442c9d kc705: use K7USB3SerDes 2019-10-07 17:04:57 +02:00
Florent Kermarrec
15759f556c usb3_pipe: add serdes with K7USB3SerDes 2019-10-07 17:04:27 +02:00
Florent Kermarrec
852bff671b move kc705/pcie_screamer, create tools directory 2019-10-07 16:12:31 +02:00
Florent Kermarrec
98d98bbb5a pocs: remove lfps/nexys_video/sniffer (no longer useful) 2019-10-07 16:06:45 +02:00
Florent Kermarrec
ce79135b68 usb3_pipe: remove gtp/gtx (changes now integrated in liteiclink) 2019-10-07 16:06:18 +02:00
Florent Kermarrec
e8684f9a08 pcie_screamer: use 32-bit datapath, start testing rx 2019-10-07 15:21:29 +02:00
Florent Kermarrec
b9f771e939 pocs: add pcie_screamer 2019-10-07 13:29:37 +02:00
Florent Kermarrec
144f81d767 pocs/kc705: allow using usb3 (fmc) or pcie connector 2019-10-04 16:26:38 +02:00
Florent Kermarrec
2fcadfa679 pocs/kc705: move FSM to tx clock domain, integrate scrambler 2019-10-04 15:08:59 +02:00