pcornier / ju2v

a test for converting jedutil files to verilog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jedutil to Verilog

This tool has been quickly written in about one hour to help with some of my PAL files. It is incomplete and certainly buggy but the same concept could be used for a more robust tool that could do JEDEC to Verilog.

docker run -it --rm -p 3000:3000 -v `pwd`:/work node:latest bash -c 'npm install -g serve && serve /work'

then go to http://localhost:3000/ju2v

CTRL+C to stop

references

About

a test for converting jedutil files to verilog


Languages

Language:JavaScript 65.0%Language:HTML 35.0%