Skip to content

PisterLab/bag2_wrappers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bag2_wrappers

This repo contains wrappers for common ideal components which may not be set up correctly in the BAG process setup. In other words, this is not intended for things like ideal amplifiers, filters; this is for things like capacitors, resistors, etc.

Warning

  • Sometimes the BAG cache won't like if you have multiple layers of hierarchy with these components. Be sure to check that your generated schematic has the correct final value.

Using Components in BAG Schematic Generators

  1. Instantiate the component (e.g. res_ideal) in your schematic.
  2. To specify values for the component in your schematic generator script, it should be self.instances[<name>].parameters['res_val'] = <value> instead of self.instances[<name>].design()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published