Activity
-
Markus replied to the topic Race conditions / buffer issues in console output in the forum OSVVM 3 years, 1 month ago
It seems the problem was on my end after all
When I call
vsim -batch -do "build project.pro"
the output is fine. However, when I call it with a pipeline operator to postprocess the output
vsim -batch -do "build project.pro" | cat
the output is somehow mixed up.This is a buffering problem which can be solved with unbuffer:
unbuffer -p vsim -batch…
[Read more] -
Markus started the topic Race conditions / buffer issues in console output in the forum OSVVM 3 years, 1 month ago
I had troubles concerning the order of console output, esp. in combination with ModelSim/Questasim.
Problem Description:
Assume the following proc in VendorScript_Mentor.tcl (pseudocode):
proc analyze {FileName} {
puts Starting VCOM
vcom ... $FileName
puts VCOM Done
}I got the following output:
Starting VCOM
VCOM Done
…
<actual output…[Read more] -
Paul became a registered member 3 years, 1 month ago
-
Steve became a registered member 3 years, 1 month ago
-
Ahmed became a registered member 3 years, 1 month ago
-
Ahmed became a registered member 3 years, 1 month ago
-
Renaud became a registered member 3 years, 1 month ago
-
Eric became a registered member 3 years, 1 month ago
-
Emrah became a registered member 3 years, 1 month ago
-
adem became a registered member 3 years, 2 months ago
-
Michael replied to the topic Generate Statement Breaks UART RX VC in the forum OSVVM 3 years, 2 months ago
Thanks for all the support Jim!
-
Josef became a registered member 3 years, 2 months ago
-
James became a registered member 3 years, 2 months ago
-
Eric became a registered member 3 years, 2 months ago
-
dilly became a registered member 3 years, 2 months ago
-
dilly became a registered member 3 years, 2 months ago
-
Feyyaz became a registered member 3 years, 2 months ago
-
Steve became a registered member 3 years, 2 months ago
-
Mike became a registered member 3 years, 2 months ago
-
Daniel became a registered member 3 years, 2 months ago
- Load More