Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (24 loc) · 825 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 825 Bytes

Single-Precision Floating-Point Addition Simulator

A simulator for the addition of two single-precision floating-point binary numbers.

Web App Link: https://sfp-adder.pages.dev/

Video link: https://youtu.be/9ockmMk023M

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

yarn

Compile and Hot-Reload for Development

yarn dev

Compile and Minify for Production

yarn build

Lint with ESLint

yarn lint