mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-30 02:32:53 +08:00
3797cac74f
- Using the BUFIO makes another clock domain....FPGAs apparently hate clock domain crossings, avoid them at all cost. - Now moving back to having on high speed clock domain for logic and DDR blocks, take care of IO alignment in software for TX and RX - Also, fixed the io_wait path with logic...not sure what I was thinking there. Logic was trivial. The way it was,the io path was going straight into the FIFO as a wait.