ToolsCourseTp3: inst_chip.py

File inst_chip.py, 150 bytes (added by cobell, 16 years ago)
Line 
1#!/usr/bin/env python
2
3from am2901_chip import am2901_chip
4
5mychip = am2901_chip ( "am2901_chip" )
6
7mychip.Interface()
8mychip.Netlist()
9mychip.Save()