Skip to content
Snippets Groups Projects
Commit bab8b0a0 authored by Michael Buechler's avatar Michael Buechler
Browse files

feat(cocotb): add initial pyUVM RAL support

parent 2062a71e
No related branches found
No related tags found
1 merge request!64improve Cocotb integration
......@@ -188,6 +188,7 @@ env: $(VIRTUAL_ENV)
# Install development tools. Not required to build firmware projects
env_dev: env
pip install cocotb
pip install cocotb-bus
pip install cocotbext-axi
pip install cocotbext-spi
pip install pyuvm
......@@ -231,6 +232,9 @@ map: config
rdl: config
$(TCLSH) ./fwk/src/main.tcl init addr -c ${cfgFile} -a rdl -t shell --colorterm ${COLORTERM} --exit
pyuvm: config
$(TCLSH) ./fwk/src/main.tcl init addr -c ${cfgFile} -a pyuvm -t shell --colorterm ${COLORTERM} --exit
# ----------------------------------------------------------------------------
# Xilinx ISE
xise: config
......
Subproject commit 328cd3007628c324ac74f58c205efc6ef6bf74e5
Subproject commit 9088f40eb45a2ff6aec97910eedea1e7d9840a4d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment