Skip to content

This repository is a template for the My-First-Chip Challenge in DYC26

Notifications You must be signed in to change notification settings

hm-aemy/My-First-Chip-DYC26

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My-First-Chip-2026

Setup

With VSCode devcontainer

Dependencies

  1. Docker desktop
  2. X11 server (for visual tools)

Intructions

  1. Open this repo in VSCode and then with CTRL+SHIFT+P open the Command Pallete alt text

  2. Once inside the devcontainer you start the librelane nix shell with this command:

nix-shell librelane/

if you have a error ... is not owned by current user then run this comand first:

git config --global --add safe.directory /workspaces/My-First-Chip-DYC26/librelane

  1. After several minutes everyting is going to be installed and you can run the smoke-test:
librelane --smoke-test

With nix shell (locally)

Follow this instructions: librelane instalation

Running the examples

Example 1: Librelane classic flow

  1. To run the flow
cd examples/librelane-classic
make librelane
  1. To view the results
make view-results

Example 2: Librelane chip flow

  1. To run the flow
cd examples/librelane-chip
make librelane
  1. To view the results
make view-results

About

This repository is a template for the My-First-Chip Challenge in DYC26

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published