blob: ba20829e0edcf4afdd9830dc69803d2bc2af0931 [file] [log] [blame]
// The vdl.config file for the math package configures idiomatic native types
// in each generated language.
config = vdltool.Config{
Go: {
WireToNativeTypes: {
"Complex64": {Type: "complex64"},
"Complex128": {Type: "complex128"},
},
},
}