Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AlexMantilla1
Copy link

Chipaton2024: Onchip Team. Current Reference Generator. Design achieved, working in layout, Error Amplifier layout at 90 percent, Top layout pending but working on that.

…ed, working in layout, EA layout at 90 percent, Top layout pending but working on that.
devices_info = [m1,m2]


Diff_PairComp = Component()
Copy link
Collaborator

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]],
Copy link
Collaborator

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']
Copy link
Collaborator

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(
Copy link
Collaborator

@harshkhandeparkar harshkhandeparkar Dec 12, 2024

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.

@harshkhandeparkar
Copy link
Collaborator

@AlexMantilla1 any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants