Skip to content

Commit

Permalink
[circt-verilog] Fix negative Rest timing
Browse files Browse the repository at this point in the history
In the pass timing summary there is usually a negative amount for Rest which is the result of measuring the verilog parsing and preprocessing twice
  • Loading branch information
maerhart committed Feb 3, 2025
1 parent 5aa1cc3 commit 0adc39b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/circt-verilog/circt-verilog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,6 @@ static LogicalResult executeWithSources(MLIRContext *context,
OwningOpRef<ModuleOp> module;
switch (opts.format) {
case Format::SV: {
auto parserTimer = ts.nest("SystemVerilog Parser");

// If the user requested for the files to be only preprocessed, do so and
// print the results to the configured output file.
if (opts.loweringMode == LoweringMode::OnlyPreprocess) {
Expand Down

0 comments on commit 0adc39b

Please sign in to comment.