refactor cast conversion
- delegate cast type and sign resolution to TypeOf conversion - internal support for injecting data declarations into statements - fix size and sign of unbased unsized literals used in casts - avoid generating many unnecessary explicit casts - support casts which depend on localparams within procedures - expression traversal correctly visits types within type casts - fix typeof on expressions of net types - handle additional edge cases for unsized integer array patterns - preserve signedness of implicitly flattened unpacked integer arrays
Showing
src/Convert/Cast.hs
0 → 100644
src/Convert/SignCast.hs
deleted
100644 → 0
src/Convert/SizeCast.hs
deleted
100644 → 0
test/basic/cast_nest.sv
0 → 100644
test/basic/cast_nest.v
0 → 100644
test/basic/cast_nettype.sv
0 → 100644
test/basic/cast_nettype.v
0 → 100644
test/basic/cast_nettype.vh
0 → 100644
test/basic/cast_procedure.sv
0 → 100644
test/basic/cast_procedure.v
0 → 100644
test/basic/cast_struct_nested.sv
0 → 100644
test/basic/cast_struct_nested.v
0 → 100644
Please
register
or
sign in
to comment