Resources
- Lab Manual: On Google Docs
- OTTER RISCV Assembler Manual: On Canvas
- RARS Download: On Canvas
- Textbook: On Canvas
- SystemVerilog Cheat Sheet
Base Conversion
Convert between decimal, hexadecimal, and binary on the fly. No more hitting submit buttons!
Minimum Bit/Byte Calculation
Calculate the minimum number of bits and bytes to represent an unsigned number.
Two's Comp Calculation
Convert decimal to signed binary and vice-versa. 32-bit limit.
About
Created by Chris Lawson for CPE 233. Idea inspired by Patrick Jackson.
The goal of Digital Design Tools is to provide quick access to commonly used resources and valuable tools for SW and HW projects in Winter 2022 CPE 233-09. If there is a tool you'd like to be implemented, feel free to do one of the following:
The goal of Digital Design Tools is to provide quick access to commonly used resources and valuable tools for SW and HW projects in Winter 2022 CPE 233-09. If there is a tool you'd like to be implemented, feel free to do one of the following:
- Make a PR on the GitHub (preferred)
- Slack me in the CPE 233 workspace
- Create an issue on GitHub (least preferred)