Commit 81f89746 authored by Javier Serrano's avatar Javier Serrano

Comments on top-level module

parent 652aa622
......@@ -69,6 +69,17 @@ Page 9. Reader is left wondering why configuration register reads is
limited to 16 bits. Only later in the document it is proposed as a
possible design evolution. Is it so hard? Or is it just useless?
conv_ttl_blo.vhd
================
Line 656: fpga_input_ttl_n_i(i) are asynchronous inputs. You need to
pass them through proper synchronizers before using them in
combinational logic whose outputs are clocked by the clk125 clock
signal. In particular, consider the fact that the signal is going to
the enable inputs of the counter flip-flops. What happens if in a
given clock cycle some FFs see the signal as '1' and others as '0'?
Todo
====
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment