Skip to content

lesliepy99/RAG-EDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

RAG-EDA

Structures of the directory:

One example of QA in ORD-QA

{
    "id": 67,
    "type": "functionality",
    "question": " Once the design is routed, how can I estimate the parasitics?\n",
    "ref_num": 1,
    "reference": [
        "global_routing_12"
    ],
    "reference_content": [
        "id:global_routing_12\n### Estimate Global Routing Parasitics\n\nTo estimate RC parasitics based on global route results, use the `-global_routing`\noption of the `estimate_parasitics` command.\n\n```{note}\nTo see the function definition for `estimate_parasitics`, refer to \n[Resizer docs](../rsz/README.md#estimate-parasitics).\n```\n\n```tcl\nestimate_parasitics -global_routing\n```\n\n## Commands\n\n```{note}\n- Parameters in square brackets `[-param param]` are optional.\n- Parameters without square brackets `-param2 param2` are required.\n```\n\n"
    ],
    "answer": " You can estimate the parasitics after global routing by running:\\n\\n```tcl\\nestimate_parasitics -global_routing\\n```\\n\\n\n"
}
  • id: the id of the QA.
  • type: the question type. There are three question types in total, namely, functionality, vlsi_flow and gui & installation & test.
  • question.
  • ref_num: number of document(s) used for answering the question.
  • reference: the id(s) of the relevant document(s).
  • reference_content: the content of the relevant document(s).
  • answer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published