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

[WIP] Added option to define subtile in tile_annotation section #828

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

ganeshgore
Copy link
Collaborator

Motivate of the pull request

To support subtile feature of latest VPR.
Now you can define tile_name and sub_tile_name as follows.
sub_tile_name declaration is optional, if not defined it is same as tile_name

<tile_annotations>
    <global_port name="clk0" is_clock="true" default_val="0">
      <tile name="<tile_name>.<sub_tile_name>" port="clk[0:0]" x="-1" y="-1"/>

Describe the technical details

What is currently done? (Provide issue link if applicable)

What does this pull request change?

Which part of the code base require a change

  • VPR
  • Tileable routing architecture generator
  • OpenFPGA libraries
  • FPGA-Verilog
  • FPGA-Bitstream
  • FPGA-SDC
  • FPGA-SPICE
  • Flow scripts
  • Architecture library
  • Cell library
  • Documentation
  • Regression tests
  • Continous Integration (CI) scripts

Impact of the pull request

  • Require a change on Quality of Results (QoR)
  • Break back-compatibility. If so, please list who may be influenced.

@tangxifan tangxifan changed the title Added option to define subtile in tile_annotation section [WIP] Added option to define subtile in tile_annotation section Oct 5, 2022
@ganeshgore
Copy link
Collaborator Author

Is this already considered and merged? or we are waiting for more information?

@tangxifan
Copy link
Collaborator

@ganeshgore Can you resolve the merging conflicts? I will then review. You need a simple test case to validate this new feature.

@tangxifan
Copy link
Collaborator

@ganeshgore A good start on the subtile support. I think the tile annotation is where we should add more syntax. I will create an issue to detail the support we want. I will follow up on this PR.

@tangxifan tangxifan mentioned this pull request Nov 23, 2022
@tangxifan
Copy link
Collaborator

@ganeshgore Changes are o.k. I will follow-up to finish the subtile support as planned in #916

@tangxifan
Copy link
Collaborator

Let me know if the changes on the python scripts are fine to merge. Then I will merge it.

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

Successfully merging this pull request may close these issues.

None yet

2 participants