Skip to content

Instantly share code, notes, and snippets.

View MikeRomaa's full-sized avatar
:shipit:
Vibing

Michael Romashov MikeRomaa

:shipit:
Vibing
View GitHub Profile
@MikeRomaa
MikeRomaa / README.md
Created April 21, 2025 18:54
Floating point VHDL

Floating Point VHDL

Running in ModelSim

  1. Compile float_adder.vhdl
  2. Open the float_adder component from the work library
  3. Add /float_adder/x, /float_adder/y, and /float_adder/z to the waveform viewer

Test Cases

@MikeRomaa
MikeRomaa / config.json
Last active December 22, 2024 18:31
Zed Config
// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run the `zed: Open Default Settings` command
// from the command palette
{
"base_keymap": "JetBrains",
@MikeRomaa
MikeRomaa / fsdlp.md
Last active January 3, 2025 07:36
Flight Simulation Data Link Protocol (FSDLP) v1

Warning

This document is still work in progress. All parts are subject to change following working group discussion.

Flight Simulation Data Link Protocol (FSDLP) v1

Status Work In Progress
Author Michael Romashov