mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 08:33:38 +02:00
+2
-2
@@ -25,8 +25,10 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <fstream>
|
||||
#include <iomanip>
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
@@ -346,8 +348,6 @@ void VlcTop::rank() {
|
||||
}
|
||||
}
|
||||
|
||||
//######################################################################
|
||||
|
||||
void VlcTop::annotateCalc() {
|
||||
// Calculate per-line information into filedata structure
|
||||
for (const auto& i : m_points) {
|
||||
|
||||
Reference in New Issue
Block a user