reorganize code
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 27 Sep 2014 13:34:28 +0000 (15:34 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 27 Sep 2014 13:34:28 +0000 (15:34 +0200)
commitc27f24c4c09f23157c5950a3fbddd7c0414de433
tree4cf283c24fd081af4902ed4010f1cfdb7a555519
parent879478a6e4ff6c8da5e56784b70aca6baeed057b
reorganize code
- use sys_clk of 166.66MHz and using it instead of sata clk.
- rename clocking to CRG since it also handles resets.
- create datapath and move code from gtx.
lib/sata/k7sataphy/__init__.py
lib/sata/k7sataphy/clocking.py [deleted file]
lib/sata/k7sataphy/crg.py [new file with mode: 0644]
lib/sata/k7sataphy/ctrl.py
lib/sata/k7sataphy/datapath.py [new file with mode: 0644]
lib/sata/k7sataphy/gtx.py
targets/test.py