Agilex 7 I F-Tile Direct PHY: example TB doesn't work
Hello community,
I'm unable to run an example design for F-Tile on Agilex 7 I-Series device.
I've tried following:
1. generate an example design using platform designer,
2. open the generated project using quartus and click Support-Logic Generation,
3. Tools -> Generate Simulator Setup Script for IP, select output directory "sim" inside the generated project,
4. Using QuestaSim go into freshly generated "sim/mentor" folder and put:
do run_msim_setup.tcl
set TOP_LEVEL_NAME top_tst
elab_debug
add waves for u0, u1 instances,
5. run 2 ms (100 us will do it too)
6. See that the rx_ready doesn't go up (but tx_ready does).
Used tools:
Quartus: 26.1 pro
QuestaSim: 2023.4, 2025.3, 2026.1
OS: Debian 13, Windows 11.
What could lead to such behavior? Is there something could be done differently? Any ideas?
Best regards.