Open dan-fritchman opened 1 year ago
The problem:
ExternalModule
h.Module
I think this is just about the port order? Maybe there's some other feature of Module that would need exporting.
Module
The problem:
ExternalModule
ports are ordered (as per most legacy-languages);h.Module
's are not.I think this is just about the port order? Maybe there's some other feature of
Module
that would need exporting.