cascode-labs / morpheus

Generate Maestro circuit test benches in Cadence Virtuoso
MIT License
4 stars 0 forks source link

Allow import option for all config files #39

Open Jetsama opened 4 months ago

Jetsama commented 4 months ago

Allow the end user to extend existing terminals, tests, or schematics by importing existing ones.

Example using schematic:

imports:

Terminals:

The schematic would import the opamp schematic config file then update the positive terminal. This allows for a more generic test/schematic that can be extended for more specific tests.

Should order matter? If the "opamp" was imported after Terminals should opamp override terminals?