mirror of https://github.com/YosysHQ/yosys.git
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
|
end
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
|
// DFFMODE == "LATCH"
|
||||||
if (SRMODE == "ASYNC")
|
if (SRMODE == "ASYNC")
|
||||||
begin
|
begin
|
||||||
always @(clk_ce, srmux)
|
always @(clk_ce, srmux)
|
||||||
|
|
Loading…
Reference in New Issue