Fix clock input
authorJean THOMAS <git0@pub.jeanthomas.me>
Wed, 8 Jul 2020 10:48:32 +0000 (12:48 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Wed, 8 Jul 2020 10:48:32 +0000 (12:48 +0200)
commitc763fc2458b11453b26d802335a31abbc491ed7a
treebe3f51afca0b2d67b18a5931eb7ebe3991056c3a
parent3dfa0bdb2a7d1599979759f790941c6ed16c088c
Fix clock input

In Micron's DDR3 model code, the clock is delayed and recreated as diff_ck from
ck and ck_n. The clock is reconstituted by updating diff_ck on every positive edge
of ck and ck_n. Having ck_n set as 0 would mean diff_ck being equal to a constant 1.
gram/simulation/simsoctb.v