Activity
-
Per started the topic Expected failures in custom VC based on AddressBusRecType in the forum OSVVM 3 years, 4 months ago
Hi! I’ve recently started using OSVVM for my HDL designs, and haven’t fully learned how the system works yet.
What I’m trying to do is implement a Wishbone VC based on AddressBusRecType (this probably already exists somewhere, but there are other VCs I need to implement, so I rather learn the method), and I want to implement detecting failures…[Read more]
-
Jim Lewis replied to the topic 31 bit maximum data width for memory package in the forum OSVVM 3 years, 4 months ago
Hi Michael,
For Axi4Memory subordinate, I made the memory byte wide and wrote each byte separately. That made handling byte enables easy. However, it does not make reading a memory file easy.I have plans to rewrite the storage aspect so it can be more flexible in both sizes and policies. Currently the policy is if there is an X, make all…[Read more]
-
Michael started the topic 31 bit maximum data width for memory package in the forum OSVVM 3 years, 4 months ago
Hello,
Quick question. When trying to use memory package, I get an error when I try to initialize the memory with more than 31 bits as the data width. I can’t seem to find any information as to why this is the case or how to get around it.
In my test bench, the bus size is 32 bits and so I am trying to initialize the memory structure using a…[Read more]
-
Per became a registered member 3 years, 4 months ago
-
Evan became a registered member 3 years, 4 months ago
-
Dan became a registered member 3 years, 4 months ago
-
Petjon became a registered member 3 years, 4 months ago
-
Colin became a registered member 3 years, 4 months ago
-
Jim Lewis started the topic 2022.06a is Released in the forum OSVVM 3 years, 4 months ago
2022.06a was just released. It addresses an issue when creating the HTML based log file. The variable TestCaseName was a local to Log2Html when it needed to be a variable.
-
Selman became a registered member 3 years, 4 months ago
-
Jacob became a registered member 3 years, 4 months ago
-
Bill became a registered member 3 years, 4 months ago
-
Jim Lewis wrote a new post 3 years, 4 months ago
Summary of Changes in 2022.06
Scripting: At build completion, print single-line, text-based build summary
Scripting: Improved Error Handling. (continuing from 2022.05)
Scripting: Updated HTML log […]
-
Michael became a registered member 3 years, 4 months ago
-
Jinwoo became a registered member 3 years, 4 months ago
-
Michael started the topic Include If Statement For Scripting Process in the forum OSVVM 3 years, 4 months ago
Hello All,
I was wondering if there was a prebuilt OSVVM Scripting Function that does the following:
if “not included – OSVVM_Libraries” then
include ./OsvvmLibraries.pro
end ifI can use the TCL functions to do it, but I was wondering if there was already something there before I reinvent the wheel. This would significantly reduce the…[Read more]
-
Yazeed became a registered member 3 years, 4 months ago
-
Thomas became a registered member 3 years, 4 months ago
-
Derrick became a registered member 3 years, 4 months ago
-
Jim Lewis started the topic failed: wrong # args: should be "Simulate2Html … in the forum OSVVM 3 years, 4 months ago
Just a quick note. Another user was running a test case and ended up
with the following message:# ** Error: simulate For tcl errorInfo, puts $::osvvm::SimulateErrorInfo
# ** Error: simulate 'TbDpRam_BasicReadWrite ' failed: wrong # args: should be "Simulate2Html TestCaseName TestSuiteName"There are actually two errors here.
1) The TCL…[Read more] - Load More