yosys/tests/svtypes
Peter Crozier 0d3f7ea011
Merge branch 'master' into struct
2020-06-03 17:19:28 +01:00
..
.gitignore sv: Add test scripts for typedefs 2019-10-03 09:54:14 +01:00
enum_simple.sv Revert typedef tests to standard grammar. 2020-03-22 18:20:46 -07:00
enum_simple.ys simple enum test 2020-01-16 18:09:03 -05:00
logic_rom.sv ast/simplify: don't bitblast async ROMs declared as `logic`. 2020-05-05 04:16:59 +00:00
logic_rom.ys ast/simplify: don't bitblast async ROMs declared as `logic`. 2020-05-05 04:16:59 +00:00
run-test.sh sv: Add test scripts for typedefs 2019-10-03 09:54:14 +01:00
struct_simple.sv Allow structs within structs. 2020-05-12 17:20:34 +01:00
typedef_memory.sv Revert typedef tests to standard grammar. 2020-03-22 18:20:46 -07:00
typedef_memory.ys Use "(id)" instead of "id" for types as temporary hack 2019-10-14 05:24:31 +02:00
typedef_memory_2.sv Revert typedef tests to standard grammar. 2020-03-22 18:20:46 -07:00
typedef_memory_2.ys Use "(id)" instead of "id" for types as temporary hack 2019-10-14 05:24:31 +02:00
typedef_package.sv support using previously declared types/localparams/params in package 2020-04-07 00:38:15 -04:00
typedef_param.sv Revert typedef tests to standard grammar. 2020-03-22 18:20:46 -07:00
typedef_scopes.sv Support module/package/interface/block scope for typedef names. 2020-03-23 20:07:22 +00:00
typedef_simple.sv Revert typedef tests to standard grammar. 2020-03-22 18:20:46 -07:00
typedef_struct.sv Implement SV structs. 2020-05-08 14:40:49 +01:00
union_simple.sv Allow structs within structs. 2020-05-12 17:20:34 +01:00