what does pipeline #(20) IFIDpipeline mean in verilog?

Status
Not open for further replies.

yushionly

Junior Member level 2
Joined
Dec 11, 2010
Messages
20
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,407
hi,i am a newer in verilog,i read this code but do not know the meaning.
what does pipeline #(20) IFIDpipeline mean in verilog? while pipeline is a module i have defined,then what does "#(20) " mean? is it a time delay? Thanks
 

It's passing the value (20 in this case) to the parameter defined in IFIDpipeline.
Search verilog parameterized on google and you can find a lot of examples.
 
It's passing the value (20 in this case) to the parameter defined in IFIDpipeline.
Search verilog parameterized on google and you can find a lot of examples.

Thank you very much!!
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…