Define PLL's PHASELOADREG input
authorJean THOMAS <git0@pub.jeanthomas.me>
Mon, 29 Jun 2020 12:46:59 +0000 (14:46 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Mon, 29 Jun 2020 12:46:59 +0000 (14:46 +0200)
gram/simulation/simsoc.py

index 769e2da92997dd7ae4fa1e7167bd285385ce3a49..90f874a06af86671e6c9472e12b826716963e5ed 100644 (file)
@@ -68,6 +68,7 @@ class PLL(Elaboratable):
                        i_PHASESEL1=1,
                        i_PHASEDIR=0,
                        i_PHASESTEP=0,
+                       i_PHASELOADREG=0,
                        i_PLLWAKESYNC=0,
                        i_ENCLKOP=1,
                        i_ENCLKOS=1,