-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would like some OSVVM Examples #4
Comments
@faberc I am optimistically hopeful. I should note that OSVVM works well with the Intel/Altera modelsim tools. |
@faberc |
OSVVM example with GHDL is provided in the repository https://github.com/m-kru/fsva/tree/master/dummy_fusesoc_lib/osvvm. You just need to compile OSVVM with |
For OSVVM examples that may not have been integrated into the fsva flow yet, see: https://github.com/OSVVM/OsvvmLibraries (make sure to use --recursive when you clone it as everything is in submodules). If you take a look at the AXI4/Axi4/testbenches. Directions on running these are in Documentation/Axi4_VC_user_guide.pdf p.s. OSVVM was born and raised in Portland. |
fsva supports all OSVVM features that the simulator supports. The sentence
makes no sense. |
@m-kru Sorry I was not trying to imply that - as I don't know what scripts you do and do not have for running simulations. What I meant is that OSVVM provides scripts for compiling and running OSVVM testbenches that are included with the distribution. Does fsva also provide the ability to run the OSVVM testbenches? I had just noted that you pointed to a small example when there are much more significant examples provided with the OSVVM library. |
|
Hi. I was hoping I could get some examples of fsva use, particularly using xsim/Vivado using some of the features listed on the ReadMe, such as OSVVM.
Also I was wondering if this tool could ouput reports in Junit format to work with most CI systems like Gitlab CI: https://docs.gitlab.com/ee/ci/unit_test_reports.html
The text was updated successfully, but these errors were encountered: