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

Add the obs pins #85

Merged
merged 1 commit into from
Nov 21, 2024
Merged

Add the obs pins #85

merged 1 commit into from
Nov 21, 2024

Conversation

Konste11ation
Copy link

This PR adds the obs pins for the hemaia.

  1. It will first read the "observable_pin_width" in the cluster cfg than pass the value to generate the
    localparam int unsigned ObsPinWidth = ${obs_pin_width};
    in the occamy_pkg.sv.
    Then it will create a type
    // Obs width typedefine
    typedef logic [ObsPinWidth-1:0] obs_t [NrClustersS1Quadrant];
  2. At the occamy_quadrant_s1.sv, the obs_o of each cluster will tied to the .obs_o (obs_o[${i}]),
    The obs_o is defined at the output of the quadrant as
    // Obs pins
    output obs_t obs_o,
  3. Then this obs will go through quad->soc->top->chip
  4. I also add the mux at the hemaia_chip_top

Copy link

@rgantonio rgantonio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beautiful! I double checked the hemaia chip top :) I'll run the synthesis from my side. Thanks a lot @Konste11ation !!!

@Konste11ation Konste11ation merged commit 0a74a94 into chip_antwerp Nov 21, 2024
2 checks passed
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