G
glen herrmannsfeldt
Guest
In comp.arch.fpga Bart Fox <bartfox@gmx.net> wrote:
They at least usually have a reset when they come out of
configuration, which tends to be asynchronous to your clock.
Usually it is easy to also put your own signal into the same
reset line, but you don't have to do that.
So, it is common to have one, it may or may not be common
to use it, other than at the end of configuration.
-- glen
Yes, FPGAs usually have an asynchronous reset.rickman wrote:
I think for FPGAs it is very common to specify an async reset to assign
the configuration value of each FF, so I have come to expect async
resets.
Dream on. It ist *not* common to use asnchronous resets on every flipflop.
This is your opinion or the opinion of the academic VHDL book you read.
In synchronous designs an asynchronous reset has no right.
Make an synchronous reset from your asynchronous reset input on one
place, and all will work.
They at least usually have a reset when they come out of
configuration, which tends to be asynchronous to your clock.
Usually it is easy to also put your own signal into the same
reset line, but you don't have to do that.
So, it is common to have one, it may or may not be common
to use it, other than at the end of configuration.
-- glen