interconnect/csr: add CSR registers ordering support.
[litex.git] / litex / soc / interconnect / csr.py
2020-08-05 Florent Kermarrecinterconnect/csr: add CSR registers ordering support.
2020-08-05 Florent Kermarrecsoc/interconnect/csr: improve ident.
2020-04-06 Florent Kermarrecinterconnect/csr: add reset_less parameter.
2020-01-09 enjoy-digitalMerge pull request #337 from gregdavill/spi-flash
2019-12-06 Tim AnsellMerge pull request #313 from mmicko/yosys_ise_flow_fix
2019-12-02 Florent Kermarrecsoc/interconnect/csr: add fields support for CSRStorage...
2019-11-20 enjoy-digitalMerge pull request #309 from antmicro/mmcm-fix
2019-10-01 enjoy-digitalMerge pull request #269 from antmicro/rework_icap
2019-09-24 Florent Kermarreccsr: add we signal to CSR, CSRStatus
2019-09-18 Florent Kermarreccsr: add description to CSRStorage/CSRStatus attributes...
2019-09-16 Florent Kermarrecsoc/cores/spi: use new CSRField (no functional change)
2019-09-16 enjoy-digitalMerge pull request #257 from enjoy-digital/csr_fields
2019-09-16 Florent Kermarreccsr: update copyrights
2019-09-16 Florent Kermarreccsr: more documentation
2019-09-16 Florent Kermarreccsr/CSRStorage: remove storage_full (was only needed...
2019-09-16 Florent Kermarreccsr: use IntEnum for CSRAccess
2019-09-15 Florent Kermarreccsr/CSRStorage: remove alignment_bits: complexify too...
2019-09-15 Florent Kermarreccsr/fields: document, add separators, 100 characters...
2019-09-14 Florent Kermarreccsr/fields: add access parameter
2019-09-14 Florent Kermarreccsr/fields: add pulse mode support
2019-09-13 Florent Kermarrecsoc/interconnect/csr: add initial field support
2019-07-03 Florent Kermarreccsr: add assert to ensure CSR size < busword (thanks...
2019-06-23 Florent Kermarrecadd CONTRIBUTORS file and add copyright header to all...
2018-02-23 Florent Kermarrecreplace litex.gen imports with migen imports
2017-01-17 enjoy-digitalMerge pull request #14 from mithro/spiflash2
2017-01-13 Florent Kermarrecmerge most of misoc 54e1ef82 and migen e93d0601 changes
2015-11-13 Florent Kermarrecfor now use our fork of migen (to be able to simulate...
2015-11-11 Florent Kermarrecavoid forking migen, we will add custom modules in...
2015-11-07 Florent Kermarreclitex: reorganize things, first work working version