simplify litex-core wishbone interfaces
[soc.git] / src / soc / interrupts / xics.py
2020-11-22 Luke Kenneth Casso... simplify litex-core wishbone interfaces
2020-09-05 Luke Kenneth Casso... hmmm XICS data being asserted on wb bus for too long
2020-09-05 Luke Kenneth Casso... argh missed a VHDL "&" translating to Cat
2020-09-05 Luke Kenneth Casso... reduce XICS address lookup by 2 bits
2020-09-05 Luke Kenneth Casso... whoops, combinatorial loop on pending_priority
2020-09-05 Luke Kenneth Casso... XICS addresses in words: divide by 4
2020-09-05 Luke Kenneth Casso... move wb read/write to separate util test library and...
2020-09-04 Luke Kenneth Casso... adding option to include XICS external interrupts.
2020-07-30 Luke Kenneth Casso... ha! found source of XICS test bug: wishbone stb was...
2020-07-29 Luke Kenneth Casso... more exploratory testing of XICS, joining ICP and ICS...
2020-07-29 Luke Kenneth Casso... start on test joining XICS ICS to ICP
2020-07-29 Luke Kenneth Casso... tidyup XICS, identify (potential?) bug?
2020-07-28 Luke Kenneth Casso... add preliminary investigative test of XICS ICS
2020-07-27 Luke Kenneth Casso... add 2nd part of XICS interrupt interface
2020-07-26 Luke Kenneth Casso... start on conversion of xics.vhdl to nmigen