You are on page 1of 4

System reset

Reset PINS
• Active Low Reset
Active High “reset” input goes high (more
+ve) to reset the circuit.
• Active High Reset
Active Low “reset” input goes low (more -ve) to
reset the circuit.
Verilog system tasks
• $display:: It mainly prints the data or variable as it is
at that instant of that time.
• $monitor:: As from the name it is clear that It will
monitor the data or variable for which it is written
and whenever the variable changes it will print the
changed value.
• $strobe:: It prints the variable or data after the
execution of the statement for which it is written. It
means it prints the changed variable or after the
operation, it got active for that statement.
Key to timing diagram conventions

• Timing diagrams
– Clock
– Stable values
– Transitions
– High-impedance

• Signal conventions
– Lower case ‘n’ denote
active low (e.g. RESETn)
– Prefix ‘H’ denotes AHB
– Prefix ‘P’ denotes APB
4

You might also like