rachelselinar / ReGDS-Logic-Gate-Extraction

A custom C++ routine to identify logic gates in the layout extracted netlist (SPICE) of digital circuits and generate gate-level Verilog netlist, in the presence of logic gate defintions from the standard cell library.
GNU General Public License v3.0
27 stars 10 forks source link

Regarding Runtime working on in your github code #7

Open natrajbhargav opened 1 month ago

natrajbhargav commented 1 month ago

dear rachel,

my spice list is c432_flat.txt is now applying in your github code; its taking runtime is 4.83 seconds. but in the ReGDS paper it has given 0.02 sec.

how is it possible? please reply me. Waiting for your response, please

(base) natraj@Natraj:~/Desktop/ReGDS-Logic-Gate-Extraction/bin$ ./LGE --lib=0 --sp=../examples/c432_flat.sp [INF 2024-08-28 21:11:03 0.00 sec] ----- Command-Line Options ----- [INF 2024-08-28 21:11:03 0.00 sec] Parsing file ../examples/c432_flat.sp [INF 2024-08-28 21:11:03 0.06 sec] Completed parsing file ../examples/c432_flat.sp [INF 2024-08-28 21:11:03 0.06 sec] Analysis of SPICE netlist completed [INF 2024-08-28 21:11:03 0.06 sec] Port propagation completed [INF 2024-08-28 21:11:08 4.83 sec] Completed hierarchical logic gate extraction [INF 2024-08-28 21:11:08 4.83 sec] Completed writing verilog file