A Javascript library for generating blocks for the ICEstudio FPGA development environment
- Table generator. Generate the blocks for combinational circuits of N inputs and M outputs (Spanish)
- Edit the main.js file
- Change the N and M parameters (Number of inputs and outpus of the table)
- Execute:
node main.jsThe icestudio block with the table will be generated. You can open it in Icestudio, for modifiying or you can include directly as a block for using it in your projects

