X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=README.md;h=203a292d1b903588863d79dc127eac8415ca5ab8;hb=442d19f6478180cb4c49cc4e67e93ae391da9e65;hp=770c624591bd045d582f12ed5ca2819c79bfdddc;hpb=fbd0d8d5f0c4d1dc1fc35371adc6d89efd2534cd;p=yosys.git diff --git a/README.md b/README.md index 770c62459..203a292d1 100644 --- a/README.md +++ b/README.md @@ -309,7 +309,9 @@ Verilog Attributes and non-standard features that have ports with a width that depends on a parameter. - The ``hdlname`` attribute is used by some passes to document the original - (HDL) name of a module when renaming a module. + (HDL) name of a module when renaming a module. It should contain a single + name, or, when describing a hierarchical name in a flattened design, multiple + names separated by a single space character. - The ``keep`` attribute on cells and wires is used to mark objects that should never be removed by the optimizer. This is used for example for cells that