-
Notifications
You must be signed in to change notification settings - Fork 246
Wishlist: proposed features
Jesús Arroyo Torrens edited this page Nov 22, 2016
·
27 revisions
Execute Icestudio as a client, on a remote server. Instead of "apio build" execute "192.168.0.1 / apio build".
-
Generation of test-benches (proposed by Carlos Santiago Díaz)(export generic testbenches).
Standalone packagingShow examples for the selected boardAdd boards documentation- Detect system language (https://github.com/Elzair/node-lang-info) (Proposed by Salvador)
- Manage the wires that are connected, placing a dot en the union. Sometimes is hard to visualize if two wires that cross are or not connected (Proposed by Jose Javier Jimenez Viton)
- Add boards photos information (Proposed by Salvador)
- Block-code with user-defined parameters (Ex. number of bits of the divisor). When the block is placed, also the parameter can be set
- Use Constant blocks for parameters (Proposed by Salvador)
- Use N-bit wires
- When exporting a block, the ordination or the outputs should be taken from the y-coordinate. Now it is taken from the ordination of creation of the pin. It is more clear if the ordination is taken from the original block
- Tooltip with a block description (Proposed by Carlos Santiago Díaz)
- Simulation with GTKwave (Proposed by Carlos Santiago Díaz)
- Serial terminal integrated in Icestudio
- Generation of Finite state machines (Proposed by Carlos Santiago Díaz)
- Option for Showing the Resources availables / used when synthetising a circuit (It will be necessary to parse the output generated by Arachne)
- Test with Electron
- Parametrized blocks
- Iterative block edition
- Refactor all graphics: jointjs has behavior problems with SVG, HTML elements, Mouse events and zIndexes.
- Import modules with write access. Currently, when a module is imported into a project, you can only see the code, but cannot change anything. After using icestudio with real project, I think (obijuan) that it would be better if the modules can be changed inside the project. I really do not know if this is easy or hard to implement. The changes should only happen in the module edited. If there are many instances of a module, only the one instance is changed
- Option for update the modules. If you want to include a new updated version of a module, which have many instances in the current project, it would be great to have an option for doing that (all the modules updated)
- Multimodule block code. It is a verilog block, similar to the 0.2 block code, but more modules can be put inside. Only the top-level module will be available from icestudio. This feature will let us to re-use all the current opensource cores available in verilog. Without any modification, all these cores can be used in icestudio (just copying and pasting the verilog modules). For example, the simplez educational processor, can be embebed into a block, only with the needed pins: rst, clk, ports.. just like using a standar microcontroller, but in icestudio. Without having to change the verilog code (or reimplementing every module in icestudio) (Proposed by Obijuan)
- Blocks/Examples/Templates manager from GitHub.
- Edit FPGA I/O pin by number (Proposed by Democrito)
- Colored wires (Proposed by Democrito)
- Default: Icestudio Default Collection
- IceK: Constants
- IceWires: Wires and Buses
- IceIO: FPGA IO-pins
- IceGates: Logic gates
- IceMux: Muxes and demuxes
- IceCoders: Binary Encoders and Decoders
- IceFF: Flip-Flops
- IceRegs: Registers
- IceSRegs: Shift Registers
- IceBoards: blocks and examples for the diferent FPGA boards
- IceComp: Comparators
- IceArith: Integer arithmetics
- IceCounter: Counters
- IceSignals: 1-bit signal managment
- IcePLL: PLLs
- IceLEDOscope: Measuring signals
- IceLEDs: Displaying on LEDs
- IceHearts: Timming signal generation
- IceInputs: 1-bit inputs
- IceRok: Block probes for Icestudio => Sigrok integration (with Pulseview GUI)
- IceMachines: Working with Machines (simple state machines with a standar interface)
- IceSerial: Serial Asynchronous communications
- IceMem: Working with Memories
- IceMeasure: Measuring cycles and time in your circuits, very easily
- IceStack: Working with stacks
- IceFlash: Read from spi serial flash memories
- IceBus: Accesing and sharing simple buses
- IceLCD: Components and controllers for LCDs
- IceUnary: Working with unary numbers
- IceCrystal: Drive displays from Open Source FPGAs
- ice-chips-verilog: IceChips is a library of all common discrete logic devices in Verilog
- ArithmeticBlocks: FPGA signed and unsigned integer operations, 16, 24 and 32 bits, + - * / sqrt min max compare etc.
- iceSynth: Audio synthesis
- icebreaker: Blocks and examples for the icebreaker OpenFPGA board
- Jedi: blocks of the FPGA Jedi hardware Academy
- LOVE-FPGA: Hardware elements and examples for the LOVE-FPGA project (Linking Of Virtual Electronics to FPGAs)
- Stdio: Standard Input-Output in different devices
- CT11: Ejemplos del cuaderno ténico 11: Señales del sistema y Medición con el LEDOscopio
- Generic: Icestudio Generic Collection
- Logic: Icestudio Logic Collection
- IceInterface: Serial, SPI, I2C... (TODO)
- IceK-TB: Tests for iceK
- IceWires-TB: Test for icewires
- IceIO-TB: Tests for iceIO
- iceGates-TB: Tests for gates
- iceCoders-TB: Tests for iceCoders
- IceFF-TB: Tests for iceFF
- IceRegs-TB: Tests for registers
- IceSregs-TB: Tests for shift registers
- Jedi-Test: Tests for the blocks on the Jedi Collection