-
Notifications
You must be signed in to change notification settings - Fork 0
Description
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.