aalto-ele / bag_ecd

Python class to take care of path and variable setups between userspace and python
Other
2 stars 0 forks source link

Module init test #3

Closed sporrasm closed 3 years ago

sporrasm commented 3 years ago

Shell script for initializing a new BAG module. Instructions:

  1. Run script in Virtuoso directory
  2. cd to module and ./configure
  3. Refresh Virtuoso and create template schematic and symbol
  4. make gen

This should work, let's see if any problems arise.

mkosunen commented 3 years ago

@sporrasm

Hi @sporrasm I think this is OK, but I like propose following changes

1) Leave the working dir option. It is sometimes nice to be able to create the instance wherever.

I should mention, that the 'product' of this script is not funtional, as templates are missing, and we can not provide anything functional before we have a technology definition available with some public technology, like Cadence gpdk. Let's worry about that later.