Martoni / cocotbext-imxeim

cocotb test module for i.MX EIM and WEIM bus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cocotbext-imxeim

cocotb test module for i.MX EIM and WEIM bus. This module is mainly inspired from cocomod-wishbone module.

Install it

Clone the git, then pip install:

git clone https://github.com/Martoni/cocotbext-imxeim.git
cd cocotbext-imxeim
python -m pip install -e .

use it in testbench

Import it :

from cocotbext.imxeim.driver import EIMMaster
from cocotbext.imxeim.driver import EIMOp

TODO

Related projects

These projects use cocotbext-imxeim :

  • ChisArmadeus: Armadeus imx interface wrappers written in Chisel HDL.

About

cocotb test module for i.MX EIM and WEIM bus


Languages

Language:Python 100.0%