tidy up gramWishbone constructor, pass Wishbone features to bus
[gram.git] / gram / frontend / wishbone.py
2022-03-10 Luke Kenneth Casso... tidy up gramWishbone constructor, pass Wishbone feature...
2022-03-10 Luke Kenneth Casso... code-cleanup and copyright notices
2020-08-04 Jean THOMASFix sel signal used in wishbone frontend
2020-08-04 Jean THOMASDefault SEL to 1's if SEL=0 (fixes #43)
2020-08-03 Jean THOMASFix native port we signal (fixes #44)
2020-07-29 Jean THOMASRevamp wishbone frontend (fixes #41), add tests
2020-07-27 Jean THOMASRemove unused variable
2020-07-13 Jean THOMASMake full use of the native port
2020-07-09 Jean THOMASFix counter reset condition bug
2020-07-02 Jean THOMASSet names to prevent CSR/DomainRenamer incompatibility
2020-06-12 Jean THOMASFix readout issue in Wishbone bridge (mentionned in #8)
2020-06-10 Jean THOMASAutopep8
2020-06-10 Jean THOMASFix typos
2020-06-09 Jean THOMASNew wishbone frontend
2020-06-09 Jean THOMASRun autopep8
2020-06-09 Jean THOMASRework LiteDRAM wishbone frontend (wip)
2020-06-03 Jean THOMASInitial commit