Giter Site home page Giter Site logo

almuhs / vhdl-binary-clock Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 346 KB

Binary Clock adapted for Papilio One 500K. Show hours, minutes and seconds using binary system

License: GNU General Public License v3.0

VHDL 100.00%
vhdl clock xilinx-ise spartan-3e-family

vhdl-binary-clock's People

Contributors

almuhs avatar josemanuellara230 avatar

Watchers

 avatar  avatar

vhdl-binary-clock's Issues

Inconsistencia en set_time

Puerto de entrada/salida, solo se usa como salida.

Los puertos seconds, minutes y hours son escritos, pero no leídos en ninguna parte.
https://github.com/AlmuHS/VHDL-Binary-Clock/blob/4debb131b74a769d0e377620584bd7c0b89c6022/Reloj.vhd#L46https://github.com/AlmuHS/VHDL-Binary-Clock/blob/4debb131b74a769d0e377620584bd7c0b89c6022/Reloj.vhd#L113

Quizás podrían usarse como entrada en el modo set_hour, para introducir la hora en binario y actualizar las señales cuando se termina de definir la hora.

La hora ajustada no es asignada a la hora del reloj.

Los _set no son asignados a _clk

if(set_hour = '1') then

Necesario implementar circuito anti rebotes.

Es posible que el circuito oscile incontrolado entre los estados clock y set_time.

Esta linea se ejecuta incontroladamente.

if(set_hour = '1') then

Needs implement set clock

At moment, the clock runs as a counter, adding seconds, minutes and hours, but isn't possible set the hour (with hours, minutes and seconds) in the clock.

There is a simple try to implement, but it cause problems with ports (VHDL don't allows to assign the same port to two inputs)

To get the binary clock runs as a real clock, It's necessary to implement this functionality.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.