3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-11 01:36:18 +00:00
yosys/tests/svtypes
Jeff Wang d12ba42a74 add attributes for enumerated values in ilang
- information also useful for strongly-typed enums (not implemented)
- resolves enum values in ilang part of #1594
- still need to output enums to VCD (or better yet FST) files
2020-02-17 04:42:42 -05:00
..
.gitignore
enum_simple.sv add attributes for enumerated values in ilang 2020-02-17 04:42:42 -05:00
enum_simple.ys simple enum test 2020-01-16 18:09:03 -05:00
run-test.sh
typedef_memory.sv
typedef_memory.ys
typedef_memory_2.sv
typedef_memory_2.ys
typedef_package.sv enum in package test 2020-01-16 18:09:03 -05:00
typedef_param.sv
typedef_scopes.sv add attributes for enumerated values in ilang 2020-02-17 04:42:42 -05:00
typedef_simple.sv