Giter Club home page Giter Club logo

icestudio-examples's Introduction

Icestudio examples

License

This is a place for the community to share their Icestudio examples: projects, blocks, verilog code, etc.

Contribute

Some tips to contribute (assuming that the user is smith):

Set up your repo

  1. Fork the GitHub repository. This will create a remote fork in smith/icestudio-examples
  2. Clone your fork: git clone https://github.com/smith/icestudio-examples.git
  3. Enter the directory: cd icestudio-examples
  4. Add the upstream: git remote add upstream https://github.com/FPGAwars/icestudio-examples.git

Note: this must be done only once. Upstream is the alias of the remote main repository.

Create the example

  1. Create your example's dir: mkdir myexample
  2. Add your example's files: *.ice, *.iceb, *.v, *.list, etc
  3. Add the example.json file: use template/example.json as reference

Upload the example

  1. Add your example to git: git add myexample
  2. Commit the changes: git commit -m 'Add myexample'
  3. Push the example into GitHub: git push origin master

Note: origin is the alias of your remote forked repository. Master is the name of the main branch.

Create a pull request

  1. Go to your fork website: https://github.com/smith/icestudio-examples
  2. Start a pull request: press 'New pull request'
  3. Create a pull request: press 'Create a pull request' and wait until it is merged or commented

Note: any new commit pushed into your GitHub repository before it is merged, will be added to the current pull request.

Sync your fork

  1. Check your repository: make sure that you don't have not staged files
  2. Download the upstream changes: git pull upstream master
  3. Upload the changes to origin: git push origin master

icestudio-examples's People

Contributors

agnunez avatar c47d avatar democrito avatar javacasm avatar jesus89 avatar jorfru avatar jospicant avatar obijuan avatar set-soft avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

icestudio-examples's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.