Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup over ("LiteX: driver for MMCM")
FIXME: if possible, replace calls to '_litex_[get|set]_reg()' with the appropriate 'litex_[read|write][8|16|32|64]()'. If the size of a LiteX CSR access can't be determined at compile time, we should make available a set of public 'litex_[get|set]_reg()' methods that add 'BUG_ON(reg_size > sizeof(u64) || reg_size < 1)' on top of the call to '_litex_[get|set]_reg()'.
- Loading branch information