Skip to content

Small utilities for working with .ice icestudio files in the command line

License

Notifications You must be signed in to change notification settings

FPGAwars/Icestudio-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icestudio-cli

Small utilities for working with .ice icestudio files in the command line

Test files

The Icestudio files used for testing are located in the Test-files folder

  • test-01-info.ice: It only contains a basic info block

External node.js modules

  • colors: Print colors on the command line

Quick start

  • Install all the packages: npm install
  • Run the test.js example: node test.js
----------------------------------------
File: Test-files/test-01-info.ice
----------------------------------------
Icestudio ROOT: 
  Version: 1.2
  Board: alhambra-ii
  Blocks: 1
  Wires: 0

Raw content: 
{ version: '1.2',
  package:
   { name: '', version: '', description: '', author: '', image: '' },
  design:
   { board: 'alhambra-ii', graph: { blocks: [Array], wires: [] } },
  dependencies: {} }

About

Small utilities for working with .ice icestudio files in the command line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages