-
-
-
-
In this lab the functionality of a design, in our case a 1-bit adder, is written in a Hardware Description Language (HDL). The correctness of the design is verified at the software level through simulation, thus saving critical design time.
-
-
Quartus II software is superior compared to other programmable logic tool offerings. It allows us to focus our time on meeting customer needs, rather than laboring over tool usage.”
-
-
We have developed a synthesizable VHDL model of the LC-2 processor, which is a simple programmable processor defined in the popular introductory textbook: Introduction to Computing Systems: From Bits and Gates to C and Beyond.
-
We developed the following tutorial based on the philosophy that the beginning student need not understand the details of VHDL — instead, they should be able to modify examples to build the desired basic circuits.
-
-
The Very Simple CPU is an instructional aid developed to introduce students to the process of designing a microprocessor.
-
Cpugen (TM) generates customizable RISC cpu cores.
It allows direct customization of address/data/instruction bus size,
interrupt handling, indirect addressing, data/instruction latency
timings and custom instructions definition.
-
-