Skip to content
Snippets Groups Projects
Commit b6a5791b authored by Stephen D's avatar Stephen D
Browse files

fix image in readme

parent 0230d94a
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,6 @@ module main(input A[0:8], input B[0:8], input cIn, output Sum[0:8], output cOut)
It will generate this graph:
![](https://git.scd31.com/stephen/electroscript/raw/branch/master/example.png)
![](example.png)
Obviously there's still a way to go before it can generate a schematic, but it's coming along! The hard part(parsing/compiling the language) is done, now all that's left is lots of slow and tedious work(parsing the Kicad schematics and generating a new one).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment