Quote:
|
Originally Posted by Elinore
Hi
In the FSM example below, sensitity list is supposed to be (clk,
reset).
What if (clk, reset, input) ?
How is differently synthesized, for example, in Xilinx FPGA synthesis
tool, XST?
|
http://www.doulos.com/knowhow/vhdl_d.../if_statement/
Sensitivity list
It is a fundamental rule of VHDL that only signals (which includes input and buffer ports) must appear in the sensitivity list.
Golden Rule 1:
To synthesize combinational logic using a process, all inputs to the design must appear in the sensitivity list.
!!!
Ahmed Samieh