Commit fbce7f77 authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

murphi2c: suppress comments that have already been emitted

This avoids situations like:

  a := b; c := d; -- hello world

being translated into:

  a = b; // hello world
  c = d; // hello world

Github: related to "murphi2c: preserve comments in translation"
parent 67dae0bd
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment