Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Firmware Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FPGA Firmware
Firmware Framework
Commits
bab8b0a0
Commit
bab8b0a0
authored
2 months ago
by
Michael Buechler
Browse files
Options
Downloads
Patches
Plain Diff
feat(cocotb): add initial pyUVM RAL support
parent
2062a71e
No related branches found
No related tags found
1 merge request
!64
improve Cocotb integration
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+4
-0
4 additions, 0 deletions
Makefile
tls/desyrdl
+1
-1
1 addition, 1 deletion
tls/desyrdl
with
5 additions
and
1 deletion
Makefile
+
4
−
0
View file @
bab8b0a0
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
desyrdl
@
9088f40e
Compare
328cd300
...
9088f40e
Subproject commit
328cd3007628c324ac74f58c205efc6ef6bf74e5
Subproject commit
9088f40eb45a2ff6aec97910eedea1e7d9840a4d
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment