Activity
-
Johan became a registered member 1 year, 2 months ago
-
Eilert Backhus replied to the topic VHDL port map between std_logic_vector(0 downto 0) and std_logic in the forum VHDL 1 year, 2 months ago
Hello Hassan.
It’s one of the fundamental concepts of VHDL: Strong Typing.A vector is a different type than its base type.
You have mentioned a specific corner case: (0 downto 0)
As you mentioned this was the result of some generics, which means at some other time this vector could also result in e.g. (6 downto 0).Now consider that your code…[Read more]
-
Niras became a registered member 1 year, 2 months ago
-
Shahad became a registered member 1 year, 2 months ago
-
Jonathan became a registered member 1 year, 2 months ago
-
Richard became a registered member 1 year, 2 months ago
-
Shahad became a registered member 1 year, 2 months ago
-
Julian became a registered member 1 year, 2 months ago
-
t became a registered member 1 year, 2 months ago
-
Tannar became a registered member 1 year, 2 months ago
-
Brad Adam replied to the topic Creating Asynchronous Clocks in the forum OSVVM 1 year, 2 months ago
Hey,
This is awesome news, I really appreciate the continued updates to these libraries.
Regarding clock jitter, looking into the code in ClockRstPkg.vhd I’m not sure I fully understand what is happening with the supplied coverage ID. Has there been a documentation update which details this new function?
I would expect a jitter clock to…[Read more]
-
James became a registered member 1 year, 2 months ago
-
RUI became a registered member 1 year, 2 months ago
-
Conner became a registered member 1 year, 2 months ago
-
Jim Lewis replied to the topic Viewing wave during simulation run in the forum OSVVM 1 year, 3 months ago
Hi Jeremy
For a simulation to run fast, a general strategy is to log wave forms (SetLogSignals) and display the waves after the simulation completes (DoWaves).If you want to run waves during the simulation, the following scripts are run (in this order) during simulate (called by simulate or by RunTest) if they exist:
– .tcl
– .tcl
-…[Read more] -
Bahadir became a registered member 1 year, 3 months ago
-
Jeremy started the topic Viewing wave during simulation run in the forum OSVVM 1 year, 3 months ago
Hi Jim,
I’m running an OSVVM simulation in Rivera Pro. My test utilizes the RunTest functions, but when I use RunTest, I have to wait until the simulation is complete to view the waveform. This doesn’t happen when I use vsim alone. I really like using RunTest since it’s excellent for generating reports.
Right now, I’m running a lengthy simulat…[Read more]
-
Simeon became a registered member 1 year, 3 months ago
-
Jeremy replied to the topic Modify Pop Word to handle more than a Byte in the forum OSVVM 1 year, 3 months ago
Aah I see. Yes what I was doing was overkill. Thank you. The pop procedure is sufficient for what I need to do.
-
Jim Lewis replied to the topic Modify Pop Word to handle more than a Byte in the forum OSVVM 1 year, 3 months ago
Hi Jeremy
What are you trying to do? I think I am miss understanding something.The intent of PopWord is to pop a data’length sized word from a byte oriented FIFO and for the first word, adjust the number of bytes assembled in a coordinated fashion with the ByteAddress.
The pop (procedure and function) that is part of the Scoreboard/FIFO API…[Read more]
- Load More