Monday, January 9, 2012

BDF Viewer

After finals last quarter I made an online viewer for Quartus files. This seemed like the appropriate place to post a link to it.

http://bdf.arcwb.com

It works by sending your file to the server where a PHP script converts the bdf file into JSON which is then sent back to the browser, which renders the circuit in canvas. The JavaScript source can be found here.


For a good example of a complicated circuit try plugging this link into the program: http://bdf.arcwb.com/sample.bdf

No comments:

Post a Comment