1
0
mirror of synced 2026-01-13 15:37:16 +00:00
Brett Witherspoon 979053855c sv: improve support for wire and var with user-defined types
- User-defined types must be data types. Using a net type (e.g. wire) is
  a syntax error.
- User-defined types without a net type are always variables (i.e.
  logic).
- Nets and variables can now be explicitly declared using user-defined
  types:

    typedef logic [1:0] W;
    wire W w;

    typedef logic [1:0] V;
    var V v;

Fixes #2846
2021-08-12 22:41:41 -06:00
..
2019-10-03 09:54:14 +01:00
2020-01-16 18:09:03 -05:00
2021-08-11 13:34:10 +02:00
2020-06-19 17:40:38 -07:00
2020-06-19 17:40:38 -07:00
2020-06-19 17:40:38 -07:00
2020-06-19 17:40:38 -07:00
2020-06-19 17:40:38 -07:00
2020-05-12 17:20:34 +01:00
2021-08-11 13:34:10 +02:00
2021-08-11 13:34:10 +02:00
2020-05-08 14:40:49 +01:00
2020-05-12 17:20:34 +01:00