init
This commit is contained in:
22
code/Vezba 13 - prateci materijal/reset_agent/sv/reset_if.sv
Normal file
22
code/Vezba 13 - prateci materijal/reset_agent/sv/reset_if.sv
Normal file
@@ -0,0 +1,22 @@
|
||||
/****************************************************************************
|
||||
+-+-+-+-+-+-+-+-+-+-+ +-+-+-+-+-+-+-+-+-+-+-+-+ +-+-+ +-+-+-+-+-+-+-+-+
|
||||
|F|u|n|c|t|i|o|n|a|l| |V|e|r|i|f|i|c|a|t|i|o|n| |o|f| |H|a|r|d|w|a|r|e|
|
||||
+-+-+-+-+-+-+-+-+-+-+ +-+-+-+-+-+-+-+-+-+-+-+-+ +-+-+ +-+-+-+-+-+-+-+-+
|
||||
|
||||
FILE reset_if.sv
|
||||
|
||||
DESCRIPTION reset interface
|
||||
|
||||
****************************************************************************/
|
||||
|
||||
`ifndef RESET_IF_SV
|
||||
`define RESET_IF_SV
|
||||
|
||||
/**
|
||||
* Interface: reset_if
|
||||
*/
|
||||
interface reset_if (input clk, output logic reset);
|
||||
|
||||
endinterface : reset_if
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user