GithubHelp home page GithubHelp logo

erayan / dac Goto Github PK

View Code? Open in Web Editor NEW
2.0 9.0 0.0 77.51 MB

EPO3-1: Design a Chip - Our GPU design

C 0.39% TeX 32.27% VHDL 30.29% MATLAB 21.20% Alloy 0.01% Shell 0.01% C# 2.07% Arduino 0.33% C++ 13.37% Objective-C 0.05%

dac's Introduction

DaC

EPO3-1 project. "Develop a Chip"

Folder structure:

  • art: for anything like posters, images and other graphics.
  • config: for any config files for tools, hardware.
  • docs: for all documentation, everything in LaTeX compiled with XeLaTeX
  • hardware: for any VHDL or other hardware description language.
  • src: for any x86/AVR/ARM/PIC programming, like C, c++ or C#.

Setting up git on SUSE:

  • Open a terminal
  • Execute the following commands (no single quotes)
    • 'mkdir GitHub'
    • 'cd GitHub'
    • 'git config --global core.editor gedit'
    • 'git config --global color.ui true'
    • 'git config --global core.autocrlf input'
    • 'git config --global user.email [email protected]'
    • 'git config --global user.name "Voornaam van Achter"'
    • 'git config --global credential.helper 'cache --timeout=3600'' (de single qoutes op cache --timeout=3600 moeten wel)
    • 'git clone https://github.com/EraYaN/DaC.git' (enter your password and username when asked)
    • 'cd DaC'
  • De volgende keer als je pushed onthoudt git voor jou je wachtwoord en username voor 1 uur.
  • Vergeet aan het einde van de ochtend niet alles to committen met 'git add -A' en 'git commit' en daarna alles naar GitHub te pushen met 'git push'
  • Aan het begin van de ochtend kun je alle nieuwe commits binnen halen met 'git pull'
  • Mocht je willen weten wat de status is van een git repository type dan 'git status'
  • git help geeft je de manual. (met page up and down kun je scrollen en met 'q' verlaat je de manual.

dac's People

Contributors

eeland avatar erayan avatar gweniii avatar jorden94 avatar kees723 avatar peterstijnman avatar rphes avatar tu1994 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

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.