On 04/21/2015 12:51 AM, Guy Hutchison wrote: > additional parameter "special_comments" to convert which allows 3rd > party comments to be inserted at the top of the file.
Is there anything wrong with prepending the comments manually to the output of verilog.convert using the regular Python string operation? That way we would not have to hardcode it into the backend. If we want comment support in the backend, it should be something better than just the possibility to add them at the beginning of the file, e.g. let modules insert them at arbitrary locations. Things that go into the backend must have a relatively solid/general API. In either case, that should be a separate commit/patch. Sébastien _______________________________________________ M-Labs devel mailing list https://ssl.serverraum.org/lists/listinfo/devel
