aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-09-18 17:48:16 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2019-09-18 17:48:16 +0200
commit3e9449cb0b7f3340c1a85983f40a5fb2e5e3f0da (patch)
treede44803dc513ecfa8959323b226740b8c4877893
parentb0ca6de472dcbba50776ac21cf450eb89ee33447 (diff)
downloadyosys-3e9449cb0b7f3340c1a85983f40a5fb2e5e3f0da.tar.gz
yosys-3e9449cb0b7f3340c1a85983f40a5fb2e5e3f0da.tar.bz2
yosys-3e9449cb0b7f3340c1a85983f40a5fb2e5e3f0da.zip
make note that it is for latch mode
-rw-r--r--techlibs/anlogic/cells_sim.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/anlogic/cells_sim.v b/techlibs/anlogic/cells_sim.v
index cea9f8c11..0fba43572 100644
--- a/techlibs/anlogic/cells_sim.v
+++ b/techlibs/anlogic/cells_sim.v
@@ -55,6 +55,7 @@ module AL_MAP_SEQ (
end
else
begin
+ // DFFMODE == "LATCH"
if (SRMODE == "ASYNC")
begin
always @(clk_ce, srmux)