StanfordVLSI / dragonphy2

Open Source PHY v2
Apache License 2.0
21 stars 3 forks source link

Fix non-deterministic register map #149

Closed sgherbst closed 3 years ago

sgherbst commented 3 years ago

Summary

This small PR resolves issue #131 by making the JTAG register map deterministic.

Details

  1. Updates justag to 0.0.4.5, which fixes the underlying issue.
  2. Enforces the use of justag 0.0.4.5 (i.e., will not generate a register map if the version is not right)
  3. Adds some code in the experiments directory that can be used to check if the register map generation process is repeatable.