@@ -232,9 +232,9 @@ Verilog Synthesizable Keyword Support:
232
232
+-------------------+------------------+---------------------+--------------------+
233
233
| Supported Keyword | NOT Sup. Keyword | Supported Operators | NOT Sup. Operators |
234
234
+-------------------+------------------+---------------------+--------------------+
235
- | @() | automatic | != | -: |
235
+ | @() | automatic | != | |
236
236
+-------------------+------------------+---------------------+--------------------+
237
- | @* | deassign | !== | +: |
237
+ | @* | deassign | !== | |
238
238
+-------------------+------------------+---------------------+--------------------+
239
239
| `define | disable | == | \>\>\> |
240
240
+-------------------+------------------+---------------------+--------------------+
@@ -252,9 +252,9 @@ Verilog Synthesizable Keyword Support:
252
252
+-------------------+------------------+---------------------+--------------------+
253
253
| endfunction | task | || | |
254
254
+-------------------+------------------+---------------------+--------------------+
255
- | endmodule | | ~& | |
255
+ | endmodule | generate | ~& | |
256
256
+-------------------+------------------+---------------------+--------------------+
257
- | begin | | && | |
257
+ | begin | genvar | && | |
258
258
+-------------------+------------------+---------------------+--------------------+
259
259
| default | | << | |
260
260
+-------------------+------------------+---------------------+--------------------+
@@ -266,11 +266,11 @@ Verilog Synthesizable Keyword Support:
266
266
+-------------------+------------------+---------------------+--------------------+
267
267
| for | | ~| | |
268
268
+-------------------+------------------+---------------------+--------------------+
269
- | function | | | |
269
+ | function | | $clog() | |
270
270
+-------------------+------------------+---------------------+--------------------+
271
- | if | | | |
271
+ | if | | -: | |
272
272
+-------------------+------------------+---------------------+--------------------+
273
- | inout | | | |
273
+ | inout | | +: | |
274
274
+-------------------+------------------+---------------------+--------------------+
275
275
| input | | | |
276
276
+-------------------+------------------+---------------------+--------------------+
@@ -310,10 +310,19 @@ Verilog Synthesizable Keyword Support:
310
310
+-------------------+------------------+---------------------+--------------------+
311
311
| macromodule | | | |
312
312
+-------------------+------------------+---------------------+--------------------+
313
- | +: | | | |
314
- +-------------------+------------------+---------------------+--------------------+
315
- | -: | | | |
316
- +-------------------+------------------+---------------------+--------------------+
313
+
314
+ Verilog Syntax support:
315
+ *********************************
316
+
317
+ inline port declaration in the module declaration
318
+ i.e:
319
+
320
+ .. code-block :: verilog
321
+
322
+ module a(input clk)
323
+ ...
324
+ endmodule
325
+
317
326
318
327
Verilog NON-Synthesizable Keyword Support:
319
328
*********************************
0 commit comments