Support for different IO types in VHDL code.
authorStaf Verhaegen <staf@stafverhaegen.be>
Mon, 6 Jan 2020 17:05:06 +0000 (18:05 +0100)
committerStaf Verhaegen <staf@stafverhaegen.be>
Mon, 6 Jan 2020 17:05:06 +0000 (18:05 +0100)
commit924882baa25b25b5b933a1f4e063d6effee2a053
tree219e7a828b9da00557593a2b818a8674a92e7c30
parentb659294ca6c87a0a3ec539194bdcee88a91dc17d
Support for different IO types in VHDL code.

IO cells can now be input, output, tri-state output, tri-state
inout. Update tests and added separate test for c4m_jtag_ioblock.
12 files changed:
c4m/vhdl/jtag/c4m_jtag_ioblock.vhdl
c4m/vhdl/jtag/c4m_jtag_iocell.vhdl
c4m/vhdl/jtag/c4m_jtag_pkg.vhdl
c4m/vhdl/jtag/c4m_jtag_tap_controller.vhdl
test/vhdl/cocotb/controller/Makefile
test/vhdl/cocotb/controller/controller.vhdl [new file with mode: 0644]
test/vhdl/cocotb/controller/test.py
test/vhdl/cocotb/dual_parallel/dual_parallel.vhdl
test/vhdl/cocotb/ioblock/Makefile [new file with mode: 0644]
test/vhdl/cocotb/ioblock/ioblock.vhdl [new file with mode: 0644]
test/vhdl/cocotb/ioblock/test.py [new file with mode: 0644]
test/vhdl/ghdl/idcode/idcode.vhdl