Skip to content

USAFA-ECE/ece281-lab4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab 4: Advanced Elevator Controller

VHDL for ECE 281 Lab 4

Targeted toward Digilent Basys3. Make sure to install the board files.

Tested on Windows 11.


Build the project

You can simply open the .xpr and Vivado will do the rest!

GitHub Actions Testbench

The workflow uses the setup-ghdl-ci GitHub action to run a nightly build of GHDL.

The workflow uses GHDL to analyze, elaborate, and run the entity specified in the .github/workflows/testbench.yml.

env:
  TESTBENCH_ENTITY: myfile

If successful then GHDL will quietly exit with a 0 code. If any of the assert statements fail with severity failure then GHDL will cease the simulation and exit with non-zero code; this will also cause the workflow to fail. Assert statements of other severity levels, such as "error" w

About

Advanced Elevator Controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published