mirror of
https://github.com/verilator/verilator.git
synced 2026-08-22 14:06:52 +02:00
Commentary and spacing. No functional change.
This commit is contained in:
+24
-24
@@ -4433,30 +4433,30 @@ Sol Katzman, Jonathan Kimmitt, Olof Kindgren, Dan Kirkham, Sobhan Klnv,
|
|||||||
Gernot Koch, Soon Koh, Steve Kolecki, Brett Koonce, Wojciech Koszek, Varun
|
Gernot Koch, Soon Koh, Steve Kolecki, Brett Koonce, Wojciech Koszek, Varun
|
||||||
Koyyalagunta, David Kravitz, Roland Kruse, Sergey Kvachonok, Ed Lander,
|
Koyyalagunta, David Kravitz, Roland Kruse, Sergey Kvachonok, Ed Lander,
|
||||||
Steve Lang, Stephane Laurent, Walter Lavino, Christian Leber, Igor Lesik,
|
Steve Lang, Stephane Laurent, Walter Lavino, Christian Leber, Igor Lesik,
|
||||||
John Li, Eivind Liland, Charlie Lind, Andrew Ling, Paul Liu, Derek
|
John Li, Eivind Liland, Yu Sheng Lin, Charlie Lind, Andrew Ling, Paul Liu,
|
||||||
Lockhart, Arthur Low, Stefan Ludwig, Dan Lussier, Fred Ma, Duraid Madina,
|
Derek Lockhart, Arthur Low, Stefan Ludwig, Dan Lussier, Fred Ma, Duraid
|
||||||
Mark Marshall, Alfonso Martinez, Yves Mathieu, Patrick Maupin, Jason
|
Madina, Julien Margetts, Mark Marshall, Alfonso Martinez, Yves Mathieu,
|
||||||
McMullan, Elliot Mednick, Wim Michiels, Miodrag Milanovic, Wai Sum Mong,
|
Patrick Maupin, Jason McMullan, Elliot Mednick, Wim Michiels, Miodrag
|
||||||
Sean Moore, Dennis Muhlestein, John Murphy, Richard Myers, Dimitris
|
Milanovic, Wai Sum Mong, Sean Moore, Dennis Muhlestein, John Murphy,
|
||||||
Nalbantis, Bob Newgard, Cong Van Nguyen, Paul Nitza, Pete Nixon, Lisa
|
Richard Myers, Dimitris Nalbantis, Bob Newgard, Cong Van Nguyen, Paul
|
||||||
Noack, Mark Nodine, Andreas Olofsson, James Pallister, Brad Parker, Maciej
|
Nitza, Pete Nixon, Lisa Noack, Mark Nodine, Andreas Olofsson, James
|
||||||
Piechotka, David Pierce, Dominic Plunkett, David Poole, Mike Popoloski,
|
Pallister, Brad Parker, Maciej Piechotka, David Pierce, Dominic Plunkett,
|
||||||
Rich Porter, Niranjan Prabhu, Usha Priyadharshini, Mark Jackson Pulver,
|
David Poole, Mike Popoloski, Rich Porter, Niranjan Prabhu, Usha
|
||||||
Prateek Puri, Chris Randall, Anton Rapp, Josh Redford, Odd Magne Reitan,
|
Priyadharshini, Mark Jackson Pulver, Prateek Puri, Marshal Qiao, Chris
|
||||||
Frederic Requin, Alberto Del Rio, Oleg Rodionov, Paul Rolfe, Arjen
|
Randall, Anton Rapp, Josh Redford, Odd Magne Reitan, Frederic Requin,
|
||||||
Roodselaar, Jan Egil Ruud, John Sanguinetti, Galen Seitz, Salman Sheikh,
|
Alberto Del Rio, Oleg Rodionov, Paul Rolfe, Arjen Roodselaar, Jan Egil
|
||||||
Mike Shinkarovsky, Rafael Shirakawa, Jeffrey Short, Rodney Sinclair, Steven
|
Ruud, John Sanguinetti, Galen Seitz, Salman Sheikh, Mike Shinkarovsky,
|
||||||
Slatter, Brian Small, Wilson Snyder, Alex Solomatnikov, Wei Song, Art
|
Rafael Shirakawa, Jeffrey Short, Rodney Sinclair, Steven Slatter, Brian
|
||||||
Stamness, John Stevenson, Patrick Stewart, Rob Stoddard, Todd Strader, John
|
Small, Wilson Snyder, Alex Solomatnikov, Wei Song, Art Stamness, John
|
||||||
Stroebel, Sven Stucki, Emerson Suguimoto, Gene Sullivan, Renga
|
Stevenson, Patrick Stewart, Rob Stoddard, Todd Strader, John Stroebel, Sven
|
||||||
Sundararajan, Yutetsu Takatsukasa, Peter Tengstrand, Wesley Terpstra, Rui
|
Stucki, Emerson Suguimoto, Gene Sullivan, Renga Sundararajan, Yutetsu
|
||||||
Terra, Stefan Thiede, Gary Thomas, Kevin Thompson, Ian Thompson, Mike
|
Takatsukasa, Peter Tengstrand, Wesley Terpstra, Rui Terra, Stefan Thiede,
|
||||||
Thyer, Hans Tichelaar, Steve Tong, Michael Tresidder, Holger Waechtler,
|
Gary Thomas, Kevin Thompson, Ian Thompson, Mike Thyer, Hans Tichelaar,
|
||||||
Stefan Wallentowitz, Shawn Wang, Paul Wasson, Greg Waters, Thomas Watts,
|
Steve Tong, Michael Tresidder, Holger Waechtler, Stefan Wallentowitz, Shawn
|
||||||
Eugene Weber, David Welch, Thomas J Whatson, Leon Wildman, Gerald Williams,
|
Wang, Paul Wasson, Greg Waters, Thomas Watts, Eugene Weber, David Welch,
|
||||||
Trevor Williams, Jeff Winston, Joshua Wise, Clifford Wolf, Johan Wouters,
|
Thomas J Whatson, Leon Wildman, Gerald Williams, Trevor Williams, Jeff
|
||||||
Junyi Xi, Ding Xiaoliang, Jie Xu, Mandy Xu, Luke Yang, and Amir
|
Winston, Joshua Wise, Clifford Wolf, Johan Wouters, Junyi Xi, Ding
|
||||||
Yazdanbakhsh.
|
Xiaoliang, Jie Xu, Mandy Xu, Luke Yang, and Amir Yazdanbakhsh.
|
||||||
|
|
||||||
Thanks to them, and all those we've missed including above, or wished to
|
Thanks to them, and all those we've missed including above, or wished to
|
||||||
remain anonymous.
|
remain anonymous.
|
||||||
|
|||||||
@@ -226,7 +226,7 @@ void VerilatedVcd::makeNameMap() {
|
|||||||
m_nextCode = 1;
|
m_nextCode = 1;
|
||||||
m_namemapp = new NameMap;
|
m_namemapp = new NameMap;
|
||||||
for (vluint32_t ent = 0; ent< m_callbacks.size(); ent++) {
|
for (vluint32_t ent = 0; ent< m_callbacks.size(); ent++) {
|
||||||
VerilatedVcdCallInfo *cip = m_callbacks[ent];
|
VerilatedVcdCallInfo* cip = m_callbacks[ent];
|
||||||
cip->m_code = m_nextCode;
|
cip->m_code = m_nextCode;
|
||||||
(cip->m_initcb) (this, cip->m_userthis, cip->m_code);
|
(cip->m_initcb) (this, cip->m_userthis, cip->m_code);
|
||||||
}
|
}
|
||||||
@@ -655,8 +655,8 @@ void VerilatedVcd::dumpFull(vluint64_t timeui) {
|
|||||||
dumpPrep(timeui);
|
dumpPrep(timeui);
|
||||||
Verilated::quiesce();
|
Verilated::quiesce();
|
||||||
for (vluint32_t ent = 0; ent< m_callbacks.size(); ent++) {
|
for (vluint32_t ent = 0; ent< m_callbacks.size(); ent++) {
|
||||||
VerilatedVcdCallInfo *cip = m_callbacks[ent];
|
VerilatedVcdCallInfo* cip = m_callbacks[ent];
|
||||||
(cip->m_fullcb) (this, cip->m_userthis, cip->m_code);
|
(cip->m_fullcb)(this, cip->m_userthis, cip->m_code);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -674,9 +674,9 @@ void VerilatedVcd::dump(vluint64_t timeui) {
|
|||||||
}
|
}
|
||||||
dumpPrep(timeui);
|
dumpPrep(timeui);
|
||||||
Verilated::quiesce();
|
Verilated::quiesce();
|
||||||
for (vluint32_t ent = 0; ent< m_callbacks.size(); ent++) {
|
for (vluint32_t ent = 0; ent< m_callbacks.size(); ++ent) {
|
||||||
VerilatedVcdCallInfo *cip = m_callbacks[ent];
|
VerilatedVcdCallInfo* cip = m_callbacks[ent];
|
||||||
(cip->m_changecb) (this, cip->m_userthis, cip->m_code);
|
(cip->m_changecb)(this, cip->m_userthis, cip->m_code);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user