-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chipaton2024. Onchip Team. Current Reference Generator draft PR. #353
base: main
Are you sure you want to change the base?
Conversation
…ed, working in layout, EA layout at 90 percent, Top layout pending but working on that.
devices_info = [m1,m2] | ||
|
||
|
||
Diff_PairComp = Component() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can the existing diff pair component be reused here? If not, can an argument be added to it to make it reusable?
length2: float = None, | ||
fingers1: int = 3, | ||
fingers2: int = 3, | ||
matriz: list = [[0,2,1,1,2,0],[0,1,2,2,1,0],[0,2,1,1,2,0],[0,1,2,2,1,0]], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These matrices seem to repeat a lot. Can they be converted into constants or a function with some documentation?
|
||
#Creacion de ports | ||
#GA | ||
GA_port = idplace.ports['A'+puerto_GA[0]+'_gate_S'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can code duplication be reduced here? Perhaps by using a loop?
return component | ||
|
||
|
||
def create_tapring_onchip( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can some of these components or functions be converted into separate elementary blocks or primitives? They could be used in other generators.
@AlexMantilla1 any update on this? |
Chipaton2024: Onchip Team. Current Reference Generator. Design achieved, working in layout, Error Amplifier layout at 90 percent, Top layout pending but working on that.