F
faz
Guest
hai,
I learned from the Xilinx manual that for,while do statements are
synthesized in XST..
I would like to know how these statements(for,while,do while) are
implemented as logic design(EDIF and constraints) in FPGA device?? .
Though FOR loop is synthesizable , it is always advised that FOR loops
are not to be used in RTL coding. This is because it consumes lot of
resources (like area etc)whether XST will not optimize it before
targetting to FPGA device???
As wait() is not supported for synthesis wat should i use instead of
wait()??
regards,
faz
I learned from the Xilinx manual that for,while do statements are
synthesized in XST..
I would like to know how these statements(for,while,do while) are
implemented as logic design(EDIF and constraints) in FPGA device?? .
Though FOR loop is synthesizable , it is always advised that FOR loops
are not to be used in RTL coding. This is because it consumes lot of
resources (like area etc)whether XST will not optimize it before
targetting to FPGA device???
As wait() is not supported for synthesis wat should i use instead of
wait()??
regards,
faz