Skip to content

Chipaton2024. Onchip Team. Current Reference Generator draft PR. - #353

Open
AlexMantilla1 wants to merge 1 commit into
idea-fasoc:mainfrom
AlexMantilla1:main
Open

Chipaton2024. Onchip Team. Current Reference Generator draft PR.#353
AlexMantilla1 wants to merge 1 commit into
idea-fasoc:mainfrom
AlexMantilla1:main

Conversation

@AlexMantilla1

Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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(

@harshkhandeparkar harshkhandeparkar Dec 12, 2024

Copy link
Copy Markdown
Collaborator

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
Copy Markdown
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