RTL code annotations by GPT
RTL Category
Module-Level Annotations
Block-Level Annotations
Repository-Level Annotations

Last updated

Last updated
design_files
├── design_files/pe_1 //pe_1 in original code is a Verilog file
│ ├── design_files/pe_1/intermediate_comment
│ │ ├── design_files/pe_1/intermediate_comment/pe_1_QA.json
│ │ ├── design_files/pe_1/intermediate_comment/pe_1_module.json
│ │ └── design_files/pe_1/intermediate_comment/pe_1_spec.json
│ ├── design_files/pe_1/pe_1.txt // Module-level comment
│ └── design_files/pe_1/spec
│ └── design_files/pe_1/spec/spec.txt // file-level specification annotation
│ └── design_files/pe_1/pe_1.v // file-level code
├── design_files/pe_2 ...
├── design_files/t_to_s_or_s_to_t ...
├── design_files/sign_processing_unit ...
├── design_files/half_adder_subtractor ...
├── design_files/pe_1_modified_merge ...
├── design_files/comparator_module ...
├── design_files/full_adder_subtractor ...
├── design_files/merged_pe_2 ...
TestBench_Files ...
Design-of-reduced-latency-and-increased-throughput-Polar-Decoder.txt // Repo-level comment