fix wishbone optional stall
[c4m-jtag.git] / c4m /
2021-04-22 Luke Kenneth Casso... fix wishbone optional stall
2021-04-22 Luke Kenneth Casso... add default features over-ride option to wishbone
2021-04-22 Luke Kenneth Casso... whitespace cleanup
2021-04-22 Luke Kenneth Casso... whitespace cleanup
2021-04-22 Luke Kenneth Casso... nmigen explicit imports
2021-04-22 Luke Kenneth Casso... Document why FFSynchronizer is not used.
2021-04-22 Staf VerhaegenDouble empty lines between top level definitions.
2021-04-22 Luke Kenneth Casso... whitespace (pep8)
2021-04-22 Luke Kenneth Casso... comments on JTAG IO
2021-04-21 Staf VerhaegenFix path for env
2021-04-21 Luke Kenneth Casso... comment on why clocks are in FSM
2021-04-21 Staf VerhaegenTypo (is -> ==)
2021-04-21 Staf Verhaegensvfcocotb: Fix results access for SDR and SIR.
2021-04-21 Staf Verhaegensvfgrammar: Forgotten SVF statements.
2021-04-21 Staf VerhaegenSupport lower case hex letters.
2021-04-21 Staf VerhaegenConnect tdi to tdo for boundary scan without IOs.
2021-04-21 Luke Kenneth Casso... Handle case with zero IO cells for boundary scan.
2021-04-21 Luke Kenneth Casso... Comment sections in TAP.elaborate()
2020-01-06 Staf VerhaegenFix cocotb path for c4m_jtag_svfgrammar.
2020-01-06 Staf VerhaegenBinaryValue API change.
2020-01-06 Staf Verhaegencocotb improvements
2020-01-06 Staf VerhaegenMade nmigen code independent of VHDL code.
2020-01-06 Staf VerhaegenSupport for different IO types in VHDL code.
2020-01-06 Staf VerhaegenForce passing by name for TAP.add_shiftreg().
2019-12-16 Staf VerhaegenFix order of iocells in ioblock.
2019-12-16 Staf VerhaegenSpecify names for TAP signals.
2019-12-14 Staf VerhaegenMade STATE and NEXT_STATE internal to c4m_jtag_tap_fsm.
2019-12-14 Staf VerhaegenPass VERSION generic from controller to idblock.
2019-12-14 Staf VerhaegenMoved function definitions before component definitions...
2019-12-14 Staf VerhaegenAdded TODO for IOMODEs.
2019-12-14 Staf VerhaegenAdd top controller instance from nmigen code.
2019-12-06 Staf VerhaegenSimplify signal generation for TAP wishbone interfaces.
2019-12-06 Staf VerhaegenUse Elif for third m.next assignment.
2019-12-06 Staf VerhaegenUse Wishbone code from nmigen-soc.
2019-12-06 Staf VerhaegenSupport JTAG bus with a reset signal.
2019-12-06 Staf VerhaegenRework ShiftReg and Wishbone elaboration.
2019-12-06 Staf VerhaegenUse the JTAG Interface class as bus.
2019-12-06 Staf VerhaegenGet Wishbone from c4m lib.
2019-12-06 Staf VerhaegenRename JTAG to TAP.
2019-12-06 Staf VerhaegenRenamed jtag.py -> tap.py.
2019-12-06 Staf VerhaegenAdded JTAG bus interface.
2019-12-06 Staf VerhaegenMove pmod resource to own file and convert it in one...
2019-12-06 Staf VerhaegenFix code after move
2019-12-06 Staf Verhaegen[broken]Move code
2019-12-06 Staf VerhaegenSetup new structure for code