Activity
-
Alex started the topic Problems with OSVVM Functional Coverage in the forum OSVVM 5 months ago
I am exploring functional coverage. But cannot get a simple coverage running. Please point out what is wrong here:
rx_cnt_s counts upto 20 which has been verified.Background: This is a VUNIT testbench with where the DUT has AXI slaves. I use the Axi4Lite Manager as a master to access the AXI slaves in the DUT. The snippet below is part of the…[Read more]
-
Jim Lewis replied to the topic How to use the same AxiManager in two different processes to access AXI4 slave in the forum OSVVM 5 months ago
Hi Alex,
I see a delta cycle issue. Call ICover using Cnt rather than rx_cnt_s.
Or alternately do await for 0 ns ;
before the call to ICover.Best Reegards,
Jim -
Jim Lewis replied to the topic How to use the same AxiManager in two different processes to access AXI4 slave in the forum OSVVM 5 months ago
Hi Alex,
Please use a separate topic for separate issues.I don’t see anything obvious in your code. Have you tried single step?
Jim
-
Alex replied to the topic How to use the same AxiManager in two different processes to access AXI4 slave in the forum OSVVM 5 months ago
Thanks Jim. Meanwhile I am exploring functional coverage. But cannot get a simple coverage running. Please point out what is wrong here:
rx_cnt_s counts upto 20 which has been verified.
RxCov is a signal.rx_process : process is
variable cnt : integer := 0;variable rd_data : std_logic_vector(31 downto 0) := (others =>…[Read more]
-
Adrien became a registered member 5 months ago
-
Muhammad AdnaN became a registered member 5 months, 1 week ago
-
Rayan became a registered member 5 months, 1 week ago
-
Juan became a registered member 5 months, 1 week ago
-
JUAN became a registered member 5 months, 1 week ago
-
javier became a registered member 5 months, 1 week ago
-
Ola became a registered member 5 months, 2 weeks ago
-
Jochen became a registered member 5 months, 2 weeks ago
-
Mads became a registered member 5 months, 2 weeks ago
-
Jochen became a registered member 5 months, 2 weeks ago
-
Sven became a registered member 5 months, 2 weeks ago
-
Mikkie replied to the topic OSVVM nad Siemens HDL Designer in the forum OSVVM 5 months, 2 weeks ago
Hi Jim, you are right, probably there is a way. But, I won’t spend too much time on it for now.
If you want, I can try and work with you on the Avalon MM. I need it for a project.
-
Jim Lewis replied to the topic OSVVM nad Siemens HDL Designer in the forum OSVVM 5 months, 2 weeks ago
I have not seen Siemens HDL Designer Pro flow, so I cannot comment on how to use it. Like most things there may be a way.
Avalon MM is progressing slowly.
-
Mikkie replied to the topic OSVVM nad Siemens HDL Designer in the forum OSVVM 5 months, 2 weeks ago
On another note, on gitter I asked about progress/status of Avalon MM.
-
Mikkie replied to the topic OSVVM nad Siemens HDL Designer in the forum OSVVM 5 months, 2 weeks ago
Hi Jim, Questa 2024.2.
My “issue” is not really with Questa. If I recall correctly I was able to do the demo tests when following the instruction in the documentation (by the way, great documentation) and running the scripts in Questa.I was more asking about how to integrate it into the Siemens HDL Designer Pro flow. HDP provides a nice way to…[Read more]
-
Jim Lewis replied to the topic OSVVM nad Siemens HDL Designer in the forum OSVVM 5 months, 2 weeks ago
Hi Mickie
What version of Questa are you using?With 2024.2 I turned on VHDL-2019. The features work fine, but in 2025.1 Questa decided to throw warnings for this feature.
If it is not 2025.1, then it is probably too old like 10.4 or 10.5.
I have been running regressions with 2024.3_1.
Best Regards
Jim - Load More