-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: simple example of blinking LED #1
Comments
|
@noscene thanks for the reeply. I am looking at the PDF dadamachines-doppler-schematic.pdf but I don't see how the pins shown in the schematic relate to
|
The pin number in pcf file is the physical pin on QFN48 (sg48) of the ice40up5k fpga. |
@noscene I also tried getting the OpenTechLab example working, but failed. I end up with an "empty design". pcf:
.v:
output from make:
I may be reading the schematics wrong? |
this looks like some with filename or makefile is wrong |
I've started from scratch
What I have is something that
Here's the full repro: https://github.com/grav/doppler-blink Can you spot what I'm doing wrong @noscene ? Thanks a bunch for your help :-) Edit: also did a version that uses |
The Doppler readme links to a nice introduction to Verilog video which has a simple example of creating a counter and using the high bits to blink a LED a couple Hz.
Here is the Verilog:
https://opentechlab.org.uk/videos:013:notes#example_1blinking_leds
I think it would be nice to have such an example for the Doppler. The LED matrix is awesome but it might make it easier for a Verilog beginner to understand how to blink a single LED.
The text was updated successfully, but these errors were encountered: