mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-16 07:05:37 +00:00
Merge pull request #5863 from mole99/leo/memlib-docs
memlib: fix documentation for `PORT_<name>_CLK_POL`
This commit is contained in:
commit
54866d154f
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ The port clock is always provided on the memory cell as `PORT_<name>_CLK` signal
|
|||
(even if it is also shared). Shared clocks are also provided as `CLK_<shared_name>`
|
||||
signals.
|
||||
|
||||
For `anyedge` clocks, the cell gets a `PORT_<name>_CLKPOL` parameter that is set
|
||||
For `anyedge` clocks, the cell gets a `PORT_<name>_CLK_POL` parameter that is set
|
||||
to 1 for `posedge` clocks and 0 for `negedge` clocks. If the clock is shared,
|
||||
the same information will also be provided as `CLK_<shared_name>_POL` parameter.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue