cascode-labs / morpheus

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

Add dictionary variable "Set" feature for use in equation and terminals #42

Closed Jetsama closed 2 months ago

Jetsama commented 5 months ago

Allow users to set dictionary variables via python and in config files.

This can be extended to allow users to import a CSV of variable definitions.

In addition, Terminals, Schematics, Maestro Equations should have a "global" dictionary. This is so that all use same dictionary for standards such as DUT name, specifications, Version Number, etc.

Jetsama commented 2 months ago

Global dictionaries added to morpheus objects. This can be provided by using a python dictionary or with the GUI via the "variables" section of the config file creating GUI options.