StanfordVLSI / dragonphy2

Open Source PHY v2
Apache License 2.0
22 stars 2 forks source link

Emulator usability updates #110

Closed sgherbst closed 4 years ago

sgherbst commented 4 years ago

The final step of emulation-based tests is currently run like this:

pytest -s -k test_6 --ffe_length 10 --ser_port SER_PORT --emu_clk_freq EMU_CLK_FREQ

However, it could simply be run like this

pytest -s -k test_6

This should work because ffe_length and emu_clk_freq are already stored in YAML files, while ser_port can now be determined automatically by anasymod using one of its new features.

sgherbst commented 4 years ago

This is now addressed in the zcu106 branch, but I'll leave the issue open until the changes are merged into the master branch.