Activity
-
Eduardo became a registered member 7 months, 3 weeks ago
-
Johan became a registered member 7 months, 3 weeks ago
-
Eilert Backhus replied to the topic VHDL port map between std_logic_vector(0 downto 0) and std_logic in the forum VHDL 7 months, 3 weeks 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 7 months, 3 weeks ago
-
Shahad became a registered member 7 months, 3 weeks ago
-
Jonathan became a registered member 7 months, 3 weeks ago
-
Richard became a registered member 7 months, 3 weeks ago
-
Shahad became a registered member 8 months ago
-
Julian became a registered member 8 months ago
-
t became a registered member 8 months ago
-
Tannar became a registered member 8 months ago
-
Brad Adam replied to the topic Creating Asynchronous Clocks in the forum OSVVM 8 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 8 months ago
-
RUI became a registered member 8 months ago
-
Conner became a registered member 8 months, 1 week ago
-
Jim Lewis replied to the topic Viewing wave during simulation run in the forum OSVVM 8 months, 1 week 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 8 months, 1 week ago
-
Jeremy started the topic Viewing wave during simulation run in the forum OSVVM 8 months, 1 week 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 8 months, 1 week ago
-
Jeremy replied to the topic Modify Pop Word to handle more than a Byte in the forum OSVVM 8 months, 2 weeks ago
Aah I see. Yes what I was doing was overkill. Thank you. The pop procedure is sufficient for what I need to do.
- Load More