Convert ISCAS85 format to verilog format
Table of contents
Overview
The ISCAS ’85 benchmark circuits are ten combinational networks provided to authors at the 1985 International Symposium on Circuits And Systems. They subsequently have been used by many researchers as a basis for comparing results in the area of test generation. The following program converts file in the ISCAS85 format (.isc) to Verilog format (.v).
Highlights
- Parser the netlist and extract information such as inputs, outputs, wires and gates
- Rewrite the netlist using Verilog format
Where to download the ISC to Verilog translator?
The repository containing the program is available at https://github.com/davidkebo/isc2v