projects
/
c4m-jtag.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
c4m-jtag.git
2020-01-06
Staf Verhaegen
Update the unit tests.
commit
|
commitdiff
|
tree
2020-01-06
Staf Verhaegen
cocotb improvements
commit
|
commitdiff
|
tree
2020-01-06
Staf Verhaegen
Made nmigen code independent of VHDL code.
commit
|
commitdiff
|
tree
2020-01-06
Staf Verhaegen
Support for different IO types in VHDL code.
commit
|
commitdiff
|
tree
2020-01-06
Staf Verhaegen
Force passing by name for TAP.add_shiftreg().
commit
|
commitdiff
|
tree
2019-12-17
Staf Verhaegen
Also clean python cache.
commit
|
commitdiff
|
tree
2019-12-16
Staf Verhaegen
Added test bench for nmigen TAP with cocotb.
commit
|
commitdiff
|
tree
2019-12-16
Staf Verhaegen
Fix order of iocells in ioblock.
commit
|
commitdiff
|
tree
2019-12-16
Staf Verhaegen
Specify names for TAP signals.
commit
|
commitdiff
|
tree
2019-12-16
Staf Verhaegen
Basic nmigen generator bench for TAP top cell.
commit
|
commitdiff
|
tree
2019-12-16
Staf Verhaegen
Fix paths after move.
commit
|
commitdiff
|
tree
2019-12-16
Staf Verhaegen
[broken]Moved test benches to test/vhdl
commit
|
commitdiff
|
tree
2019-12-16
Staf Verhaegen
Move idcode.vhdl to test/ghdl/idcode
commit
|
commitdiff
|
tree
2019-12-16
Staf Verhaegen
Remove unused bench
commit
|
commitdiff
|
tree
2019-12-14
Staf Verhaegen
Made STATE and NEXT_STATE internal to c4m_jtag_tap_fsm.
commit
|
commitdiff
|
tree
2019-12-14
Staf Verhaegen
Pass VERSION generic from controller to idblock.
commit
|
commitdiff
|
tree
2019-12-14
Staf Verhaegen
Moved function definitions before component definitions...
commit
|
commitdiff
|
tree
2019-12-14
Staf Verhaegen
Added TODO for IOMODEs.
commit
|
commitdiff
|
tree
2019-12-14
Staf Verhaegen
Add top controller instance from nmigen code.
commit
|
commitdiff
|
tree
2019-12-06
Staf Verhaegen
Simplify signal generation for TAP wishbone interfaces.
commit
|
commitdiff
|
tree
2019-12-06
Staf Verhaegen
Use Elif for third m.next assignment.
commit
|
commitdiff
|
tree
2019-12-06
Staf Verhaegen
Use Wishbone code from nmigen-soc.
commit
|
commitdiff
|
tree
2019-12-06
Staf Verhaegen
Support JTAG bus with a reset signal.
commit
|
commitdiff
|
tree
2019-12-06
Staf Verhaegen
Rework ShiftReg and Wishbone elaboration.
commit
|
commitdiff
|
tree
2019-12-06
Staf Verhaegen
Use the JTAG Interface class as bus.
commit
|
commitdiff
|
tree
2019-12-06
Staf Verhaegen
Get Wishbone from c4m lib.
commit
|
commitdiff
|
tree
2019-12-06
Staf Verhaegen
Rename JTAG to TAP.
commit
|
commitdiff
|
tree
2019-12-06
Staf Verhaegen
Renamed jtag.py -> tap.py.
commit
|
commitdiff
|
tree
2019-12-06
Staf Verhaegen
Added JTAG bus interface.
commit
|
commitdiff
|
tree
2019-12-06
Staf Verhaegen
Move pmod resource to own file and convert it in one...
commit
|
commitdiff
|
tree
2019-12-06
Staf Verhaegen
python setuptools files
commit
|
commitdiff
|
tree
2019-12-06
Staf Verhaegen
Fix code after move
commit
|
commitdiff
|
tree
2019-12-06
Staf Verhaegen
[broken]Move code
commit
|
commitdiff
|
tree
2019-12-06
Staf Verhaegen
Setup new structure for code
commit
|
commitdiff
|
tree
2019-12-06
Staf Verhaegen
Made _add_files static method of JTAG.
commit
|
commitdiff
|
tree
2019-12-06
Staf Verhaegen
Update test code for interface change of c4m_jtag_tap_c...
commit
|
commitdiff
|
tree
2019-12-06
Staf Verhaegen
Handle stall signal.
commit
|
commitdiff
|
tree
2019-11-13
Staf Verhaegen
Added nmigen wrapper and support code for JTAG interface.
commit
|
commitdiff
|
tree
2019-10-29
Staf Verhaegen
Only add assert statement if DEBUG generic is true.
commit
|
commitdiff
|
tree
2019-10-03
Staf Verhaegen
cocotb/c4m_jtag: support trst_n to be None.
commit
|
commitdiff
|
tree
2019-10-03
Staf Verhaegen
c4m_jtag_tap_controller: Remove TAPSTATE_TYPE signals...
commit
|
commitdiff
|
tree
2019-08-26
Staf Verhaegen
clean up unused python import statements
commit
|
commitdiff
|
tree
2019-07-07
Staf Verhaegen
IDCODE:
commit
|
commitdiff
|
tree
2018-06-25
Staf Verhaegen
Don't use tri-state logic for TDO; introduce TDO_EN...
commit
|
commitdiff
|
tree
2018-06-25
Staf Verhaegen
Simulation setup improvements:
commit
|
commitdiff
|
tree
2018-04-14
Staf Verhaegen
Added SVF_Executor class that allows to execute a SVF...
commit
|
commitdiff
|
tree
2018-04-14
Staf Verhaegen
Added SVF grammar parser
commit
|
commitdiff
|
tree
2018-04-14
Staf Verhaegen
JTAG_master class: fix bug that wrongly changed state...
commit
|
commitdiff
|
tree
2018-04-14
Staf Verhaegen
JTAG_master class: document need for manual setting...
commit
|
commitdiff
|
tree
2017-11-25
Staf Verhaegen
Fix ghdl sim script.
commit
|
commitdiff
|
tree
2017-08-27
Staf Verhaegen
Import the JTAG interface code as used for the Chips4Ma...
commit
|
commitdiff
|
tree