Skip to content

Parsing Error #1

@rkarn

Description

@rkarn

I have tried to run the parsing code on ISCAS+EPFL netlists from https://github.com/jpsety/verilog_benchmark_circuits . I run the following commands:

git clone https://github.com/DfX-NYUAD/GNN4CIRCUITS
cd GNN4CIRCUITS/
conda env create -f gnn4circuits.yml
conda activate gnn4circuits
python GNN4CIRCUITS.py parse -ver verilog_benchmark_circuits/ -hw GL -class graph -id -gt -po

I am getting following error.

Error:
Traceback (most recent call last):
File "GNN4CIRCUITS.py", line 1493, in
main()
File "GNN4CIRCUITS.py", line 1128, in main
class_type = args.classification
AttributeError: 'Namespace' object has no attribute 'classification'

It is better if you provide the netlist dataset that works with your setup. Also it is better if you run it as Jupyter notebook to showcase the expected outcome after running your script.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions