Is there a reset signal available in verilog in Xilinx FPGAs?



As a sample here is some code. To be clear: I am not looking for
alternate ways to code the following always block; I would like to
know a way to access the power on reset from verilog. The block is
just a simple example of where a reset might be used. I am aware that
flip flops in an fpga get initialized globally upon power up.

reg faultReg3;
always @ (posedge slow_clk)
if (reset) faultReg3 <= 0;
else if (fault3) faultReg3 <= 1;
else faultReg3 <= faultReg3;

.



Relevant Pages

  • Re: Is there a reset signal available in verilog in Xilinx FPGAs?
    ... know a way to access the power on reset from verilog. ... flip flops in an fpga get initialized globally upon power up. ... else faultReg3 <= faultReg3; ... Instantiate the top level in your testbench, and in the testbench, do something like: ...
    (comp.arch.fpga)
  • Re: [PATCH] libata: implement ata_wait_after_reset()
    ... power down and hibernate. ... Don't controllers support spread spin up of disks, ... Or just move to async reset. ...
    (Linux-Kernel)
  • Re: More TZ resets
    ... used, dryer running, etc., can cause the voltage to drop as well if the game ... One other possible cause if you are using one is a power strip. ... on and couldn't figure out what was causing one of his games to reset. ... either flipper and the machine reset. ...
    (rec.games.pinball)
  • Re: Canon iP4000 Waste ink resetter.
    ... But you have to pull the plug because most stuff, including your printer, are not really off when you use the switch to turn it off. ... The message contains the exact information needed not only on how to reset the waste ink counter, but also how to print a status information page. ... press and hold the Power button. ... The LED lights in green to indicate that a function is selectable.) ...
    (comp.periphs.printers)
  • Re: PIC code self-start execution
    ... I've ensured that MCLR is high through a power on reset connected as ... with poor programmer connections. ...
    (sci.electronics.design)