A Simple BlueHDL Tutorial

The BlueHDL simulator is extremely easy to use, once you know what you are doing. But like any complex software, it's helpful to have a few pointers first. The following mini tutorial shows you how to compile and simulate a simple counter design with just a few button clicks.

When you are ready to learn more about BlueHDL, try out the tutorials in the User's Manual (bluepc/html/blueuser.htm). The above example slcount.vhd file contained both the design and the test bench. Usually you will have two separate files: a design file and a test bench file. You will compile the design file first, then the test bench, then simulate the top object of the test bench.