mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
make note that it is for latch mode
This commit is contained in:
parent
b0ca6de472
commit
3e9449cb0b
|
@ -55,6 +55,7 @@ module AL_MAP_SEQ (
|
|||
end
|
||||
else
|
||||
begin
|
||||
// DFFMODE == "LATCH"
|
||||
if (SRMODE == "ASYNC")
|
||||
begin
|
||||
always @(clk_ce, srmux)
|
||||
|
|
Loading…
Reference in a new issue