<#1621 Adding comments to JSON configuration?> Iss...
# openlane-development
g
#1621 Adding comments to JSON configuration? Issue created by xobs Description With TCL files being Not Recommended for New Designs (NRND), the way forward appears to rely on JSON files. There are a number of configurations that I would like to annotate, either because they are important for later steps (e.g. power nets via blackboxed macros) or because they have a range of values that a user can select that will produce a valid design (e.g. area or density). However, adding a Javascript comment appears to break the flow. What is the recommended way to add a comment in a JSON configuration file? Proposal The documentation should suggest the appropriate way of documenting configuration choices, preferrably within the JSON file itself. The-OpenROAD-Project/OpenLane