OpenCores

Serial ATA Host Bus Adapter Core for Virtex 6

Issue List
bug fix in the combination to make rst_debounce #2
Open miyo opened this issue over 10 years ago
miyo commented over 10 years ago

I tried your code to access SATA via ML605, but reset doesn't occur.

I think line 268, sata_phy.v assign rst_debounce = (rst_1 & rst_2 & rst_3); should be assign rst_debounce = (rst_1 | rst_2 | rst_3);


Assignee
No one
Labels
Request