Jake CutterinTechnology HitsLogic Design — Using a Full Adder and MUX in VHDLIn logic design, a major part of fully utilizing an FPGA, or a field programable array, is the full adder. For a full adder, there are…Jun 29, 2022Jun 29, 2022
Jake CutterinTechnology HitsComputer Science — AssemblyWithin a computing system, there are different levels of structure in computer organization. Assembly is below the languages we know today…Jun 21, 20221Jun 21, 20221
Jake CutterinTechnology HitsComputer Science — Types of Associativity in a CacheFor a cache design, there are typically three ways that they are designed. They are built by fully associative, direct mapping, and set…Jun 21, 2022Jun 21, 2022
Jake CutterinTechnology HitsComputer Science — Speculation & Prediction in Computer ArchitectureWithin our computer, the CPU is feed instructions. This continues to change the address values and determines outputs to our console. Part…Jun 6, 2022Jun 6, 2022
Jake CutterinTechnology HitsComputer Science — Hamming DistanceError checking code is useful with working in computers because often times during the read and write process or retrieval of data the CPU…Mar 30, 2022Mar 30, 2022
Jake CutterinTechnology HitsDigital Systems — Intro to VHDLWhen working on hardware systems the modern solution to solving circuit designs and determining boolean algebra solutions is using…Mar 18, 20221Mar 18, 20221
Jake CutterinTechnology HitsC++ — Command Line ArgumentsWithin your executable code, we have arguments we can add to the run command on our machine that tells it to use this file in the code we…Jan 18, 2022Jan 18, 2022
Jake CutterinTechnology HitsComputer Science — Test Set & Clear in C++When working with different numbers and shifting of bits there are three different functions that come in handy to change the value of…Dec 29, 2021Dec 29, 2021
Jake CutterinTechnology HitsC++ — Negative Numbers & Interactions w/ BitsFor a computer, it is operated off of ones and zeroes. This is pretty common knowledge. But what are the ones and zeroes? Why are they…Dec 15, 2021Dec 15, 2021
Jake CutterinTechnology HitsLogic Gates in C++ — What they are & how they’re usedDuring a program, we are able to run checks on the values the computers read and ignores. This is similar to loops in that it is a sort of…Jun 28, 2021Jun 28, 2021