Hdl21 icon indicating copy to clipboard operation
Hdl21 copied to clipboard

"External-ize" Modules

Open dan-fritchman opened this issue 1 year ago • 0 comments

The problem:

  • A circuit is principally defined in Hdl21
  • We then, somehow, get some other legacy-language representation of it (e.g. from a layout-extraction)
  • It'd be nice to reuse related collateral, e.g. simulation testbenches
  • ... But, ExternalModule ports are ordered (as per most legacy-languages); h.Module's are not.
  • So, at least for now, we can't.

I think this is just about the port order? Maybe there's some other feature of Module that would need exporting.

dan-fritchman avatar Oct 02 '23 17:10 dan-fritchman