3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-15 13:28:59 +00:00

make note that it is for latch mode

This commit is contained in:
Miodrag Milanovic 2019-09-18 17:48:16 +02:00
parent b0ca6de472
commit 3e9449cb0b

View file

@ -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)