Tipo missing * in Global Clock example
authorAlexandre Dumont aka Adlx <adumont@users.noreply.github.com>
Sun, 28 Jun 2020 22:42:06 +0000 (00:42 +0200)
committerGitHub <noreply@github.com>
Sun, 28 Jun 2020 22:42:06 +0000 (00:42 +0200)
docs/source/verilog.rst

index f43f71fa2c398e4f01a9cccd800067f79bc59c7e..474514eb5455183f8b80df3ab7685b3f056b2948 100644 (file)
@@ -211,7 +211,7 @@ To use ``(* gclk *)``, define a register with that attribute, as in:
 
 .. code-block:: systemverilog
 
-    (* gclk ) reg formal_timestep;
+    (* gclk *) reg formal_timestep;
 
 You can then reference this ``formal_timestep`` in the clocking section
 of an always block, as in,