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
|
||||
else
|
||||
begin
|
||||
// DFFMODE == "LATCH"
|
||||
if (SRMODE == "ASYNC")
|
||||
begin
|
||||
always @(clk_ce, srmux)
|
||||
|
|
Loading…
Reference in New Issue