diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-04-15 22:04:20 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-04-15 22:04:20 -0700 |
commit | 538592067ec4d28bc11edd37bc19e472aae48c7b (patch) | |
tree | dd2f8b0e273f4e1ffa9ded62b9b409ad7d48c615 /README.md | |
parent | ca8ef92a82897b71c3dbc13ab5ff0cbd28339689 (diff) | |
parent | 0391499e46cd69cf809fe911fa7798b1ae994540 (diff) | |
download | yosys-538592067ec4d28bc11edd37bc19e472aae48c7b.tar.gz yosys-538592067ec4d28bc11edd37bc19e472aae48c7b.tar.bz2 yosys-538592067ec4d28bc11edd37bc19e472aae48c7b.zip |
Merge branch 'xaig' into xc7mux
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -312,10 +312,10 @@ Verilog Attributes and non-standard features passes to identify input and output ports of cells. The Verilog backend also does not output blackbox modules on default. -- The ``dynports'' attribute is used by the Verilog front-end to mark modules +- The ``dynports`` attribute is used by the Verilog front-end to mark modules that have ports with a width that depends on a parameter. -- The ``hdlname'' attribute is used by some passes to document the original +- The ``hdlname`` attribute is used by some passes to document the original (HDL) name of a module when renaming a module. - The ``keep`` attribute on cells and wires is used to mark objects that should |