aboutsummaryrefslogtreecommitdiffstats
path: root/manual/APPNOTE_011_Design_Investigation/example.ys
diff options
context:
space:
mode:
authorAndrew Zonenberg <azonenberg@drawersteak.com>2017-08-07 20:46:00 -0700
committerAndrew Zonenberg <azonenberg@drawersteak.com>2017-08-14 10:45:40 -0700
commitc205d571df90b7bdca5207e441dec5e1dabdc2ed (patch)
treed9cf66130420a00a69ab3a886648ff0247d4e89d /manual/APPNOTE_011_Design_Investigation/example.ys
parent0a6c702c41154e15046ea9bcc1568e5250da7299 (diff)
downloadyosys-c205d571df90b7bdca5207e441dec5e1dabdc2ed.tar.gz
yosys-c205d571df90b7bdca5207e441dec5e1dabdc2ed.tar.bz2
yosys-c205d571df90b7bdca5207e441dec5e1dabdc2ed.zip
Fixed typo in error message
Diffstat (limited to 'manual/APPNOTE_011_Design_Investigation/example.ys')
0 files changed, 0 insertions, 0 deletions
tring.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
vunit assert1 (ent)
{
  default clock is rising_edge(clk);
  assert always req -> eventually! ack;
}