Méthodologie et Outils de Conception de Circuits numériques Avancés
MOCCA 5IN159
Login
Help/Guide
About Trac
Preferences
Wiki
Context Navigation
Back to ToolsCourseTp3
ToolsCourseTp3
: inst_chip.py
File inst_chip.py,
150 bytes
(added by
cobell
,
16 years ago
)
Line
1
#!/usr/bin/env python
2
3
from
am2901_chip
import
am2901_chip
4
5
mychip
=
am2901_chip
(
"am2901_chip"
)
6
7
mychip
.
Interface
()
8
mychip
.
Netlist
()
9
mychip
.
Save
()
Download in other formats:
Original Format