mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-22 09:59:39 +00:00
memlib: fix documentation for PORT_<name>_CLK_POL
Signed-off-by: Leo Moser <leomoser99@gmail.com>
This commit is contained in:
parent
1f02343268
commit
fb83719745
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>`
|
(even if it is also shared). Shared clocks are also provided as `CLK_<shared_name>`
|
||||||
signals.
|
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,
|
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.
|
the same information will also be provided as `CLK_<shared_name>_POL` parameter.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue