<esp88>
Dans le test #1, test_bist.py ne semble pas trouver les configuration sata_bist dans le csr. J'ai vu qu'elles étaient ajoutés dans litesata/bench/kcu105.py, j'ai donc essayé de builder celui-ci dans le test #2.
<esp88>
Dans le test #2, le port uart ne semble pas actif.
<esp88>
Auriez-vous une piste de solution à me suggérer svp?
<esp88>
(tldr in english: Great project and I'm trying to test libsata with test_bist.py and a KCU105 but no success yet. Test #1 above does not seem to find "sata_bist" variable in the csr and the uart does not seems active with test #2. Let me know if you have any suggestions please :) )
esp88 has quit [Quit: Client closed]
Guest84 has joined #litex
Guest84 is now known as esp88
<jevinskie[m]>
_florent_: I want to expose the litescope scope_trig (which I know is a "synthetic" signal) to other modules so I can kick off a FSM when the scope triggers. What signals should I fish out of the Trigger module? enable & hit?
esp88 has quit [Quit: Client closed]
Guest84 has joined #litex
<_florent_>
esp88: Hi, sorry you already left but if you read the logs, I would recommend test #2. With your steps, you should be able to execute test_bist.py. If you have trouble, try to do a litex_cli --regs to see if you are able to access the registers of the SoC over the bridge
<_florent_>
jevinskie[m]: you can use _Trigger.source.hit
Guest84 is now known as esp88
<esp88>
I am still here, thanks _florent_ for the answer :) I will try to follow your recommendation.
<esp88>
Does lxterm is supposed to work when I build ./kcu105.py (i.e: test #2)?
<esp88>
If yes, I will try to troubleshoot that first because it does not on my side...
<_florent_>
esp88: no, this design does not have a CPU, just the SATA core + bist and a bridge to control it from the Host
<esp88>
ok thanks
<_florent_>
I have the hardware for this bench, so if you still have troubles I can set it up and give more help
<esp88>
Perfect, thank you, I appreciate your help
<esp88>
Second try for test #2 from scratch did work :) Not sure what I have done wrong the first time... Thanks again for your help _florent_!
<_florent_>
great!
tpb has quit [Ping timeout: 240 seconds]
tpb_ has joined #litex
tpb_ is now known as tpb
<jevinskie[m]>
_florent_: thanks, it seems to work using just hit instead of enable & hit :)