Simulation of Altera DE2-115 Education Board #897
richardson1959
started this conversation in
Show and tell
Replies: 1 comment
-
Here is a more interesting example. I've added a clock to support sequential circuits. You can still export to verilog to run on the board. https://drive.google.com/file/d/1uf0WDsCyDj-32wMQOpA5BLrPXtxe6jMJ/view?usp=sharing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've begun a project in which I'm using Digital to simulate some of the basic components of the Altera DE2-115 Education and Development board. I've only got the slide switches, push-button switches and 7-segment displays simulated so far, but these are all of the components that we use in an Intro to Digital Logic course that I am currently teaching. I've laid out the components to look as much like the actual Altera board as I possibly can (see the image below).
We use Quartus for schematic capture for the Altera boards. Of course schematic files aren't directly transferrable between Digital and Quartus but designs are essentially the same. You can export a Digital design to Verilog, import the Verilog into Quartus and then download and run the design on the Altera board (without alteration). This only takes a few seconds.
If anyone is interested in playing around with this, you can download the current version from the following link:
https://drive.google.com/file/d/1AKMzfz3YVFtDZtsOyzMKTHAXyP0dJ_2D/view?usp=sharing (edited to fix broken link)
Beta Was this translation helpful? Give feedback.
All reactions