A jQeury plugin to easily integrate yosysjs into your page.
A live demo of the yosys jQuery plugin can be found here.
- Add and deltet files
- Persist files between sessions
- Fullscreen mode
- Command history
<div id="yosys"></div>
After including the plugin in your project you can simply invoke:
var options = {}
$('#yosys').yosys(options);
A list of events that can be listened to with an on handler:
- yosysAfterInit: Fires after yosys init is done.
Options to be passed to yosys directly, they may be true or false and default to false if not set:
- verbose
- logprint
- echo
Check out the demo folder for an example of how to use this jQuery plugin.