The program accepts a netlist as input and draws a simple SVG representing the circuit.
To run the progam use:
- Netbeans.
- Put the input file in the project folder(assignment2cop), and run the project.
- A file named
top.html
will be created in the project(assignment2cop) folder. - Open the html file containing circuit in Browser.
Few points to note:
- The program is not case sensitive i.e, it doesn't differentiate between NET and Net.
cop 290 assignment 2