Skip to content
View WRansohoff's full-sized avatar

Block or report WRansohoff

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
  • Simple demonstration of how to deploy a scalable web app which serves a small AI language model using cheap serverless cloud functions.

    TypeScript MIT License Updated Oct 31, 2024
  • Example repository containing a simple counter, for use with the SiliconCompiler ASIC build system.

    Python Apache License 2.0 Updated Nov 15, 2023
  • A few basic designs to demonstrate the syntax for using nMigen's basic features.

    Python 7 3 MIT License Updated Oct 13, 2023
  • girih_tiles Public

    CAD drawings of Girih tile shapes, with what I believe are accurate proportions

    MIT License Updated Feb 19, 2023
  • OpenROAD's unified application implementing an RTL-to-GDS Flow. Documentation at https://openroad.readthedocs.io/en/latest/

    Verilog BSD 3-Clause "New" or "Revised" License Updated Feb 6, 2023
  • A few simple example projects demonstrating how to use some core features of STM32 UART peripherals.

    C 11 5 MIT License Updated Jul 24, 2022
  • Another 'quickstart' recipe for starting a new STM32-based GCC project. I've tried a few different project layouts for bare-metal C applications targeting Cortex-M microcontrollers, and this reposi…

    C 5 4 MIT License Updated Jul 23, 2022
  • Inkscape extension to remove small shapes from a vector image.

    Python MIT License Updated May 26, 2022
  • OpenFPGA Public

    Forked from lnis-uofu/OpenFPGA

    An Open-source FPGA IP Generator

    C MIT License Updated Aug 13, 2021
  • NOTE: The master branch is frozen for OpenMPW2. Please direct any PRs to the develop branch. :: OpenLANE is an automated RTL to GDSII flow based on several components including OpenROAD, Yosys, Mag…

    Verilog Apache License 2.0 Updated May 10, 2021
  • Example project demonstrating how to set up the core system clock and use it to drive a timer peripheral to blink an LED every second on an STM32F031K6 or STM32L031K6

    C 4 1 MIT License Updated Apr 11, 2021
  • SourcePawn Other Updated Mar 9, 2021
  • Repository containing code to run on a Nintendo Game and Watch.

    C 17 2 MIT License Updated Nov 24, 2020
  • Magrat_v0 Public

    Design files and test firmwares for a single-core STM32H7 board with extra RAM and a side of Flash.

    C 2 MIT License Updated Oct 1, 2020
  • A couple of examples demonstrating how to run ephemeral programs in RAM and use Tightly-Coupled Memories on an STM32F723E Discovery Kit.

    C 6 4 MIT License Updated Sep 11, 2020
  • Example program demonstrating how to access Quad-SPI Flash chips using an STM32F723E Discovery Kit.

    C 15 6 MIT License Updated Aug 9, 2020
  • A few examples showing how to configure the STM32 external memory controller to communicate with the PSRAM and display on an STM32F723E Discovery Kit.

    C 6 1 MIT License Updated Jul 27, 2020
  • Minimal example demonstrating how to map external memories to an STM32's internal memory space using its Quad-SPI and "Flexible Memory Controller" peripherals.

    C 3 MIT License Updated Jul 5, 2020
  • Minimal RISC-V RV32I CPU design as described in a companion blog post.

    Assembly 12 4 MIT License Updated Jun 14, 2020
  • Minimal work-in-progress implementation of a RISC-V CPU using nMigen. It supports the core RV32I instructions, but it is too large and still in-progress.

    Assembly 5 MIT License Updated May 8, 2020
  • Simple OSHW breakout board for a MAX31855 thermocouple amplifier chip.

    C MIT License Updated May 6, 2020
  • Minimal STM32 application to demonstrate sending and receiving messages over LoRa using a HopeRF RFM95W radio module.

    C 5 7 MIT License Updated May 2, 2020
  • Board and connector definition files for nMigen

    Python Other Updated Apr 24, 2020
  • Simple test application to read data out of an iCE40 FPGA board's SPI Flash chip.

    Python 5 MIT License Updated Apr 6, 2020
  • nmigen Public

    Forked from amaranth-lang/amaranth

    A refreshed Python toolbox for building complex digital hardware

    Python Other Updated Mar 29, 2020
  • C 1 Other Updated Mar 21, 2020
  • ice40_blink Public

    Simple "hello world" FPGA application to test running an nMigen design on an iCE40 chip.

    Python MIT License Updated Mar 20, 2020
  • stlink Public

    Forked from stlink-org/stlink

    stm32 discovery line linux programmer

    C 1 BSD 3-Clause "New" or "Revised" License Updated Mar 15, 2020
  • Work-in-progress implementation of the educational "Beta CPU" from MIT's free online 6004.2x edX course, using the nMigen Python library as an HDL.

    Python MIT License Updated Mar 12, 2020
  • nMigen implementation of the simple ALU described in MIT's free 6004.1x online edX course. It's been a few years since college, so I'm brushing up on digital logic concepts. Eventually, I'd like to…

    Python MIT License Updated Mar 6, 2020