Muddussir
Newbie level 4
dear all
is there any way to instantiate procedural block using case/ if-else statement? if not is there any alternative? i am using verilog on xilinx platform for code. for example :
if
synthesize this procedural block
else
synthesize this procedural block
etc.
or a more clear picture is:
if
instantiate procedural block B1
else
instantiate procedural block B2
Please do give me a solution. I am stuck at this step.
is there any way to instantiate procedural block using case/ if-else statement? if not is there any alternative? i am using verilog on xilinx platform for code. for example :
if
synthesize this procedural block
else
synthesize this procedural block
etc.
or a more clear picture is:
if
instantiate procedural block B1
else
instantiate procedural block B2
Please do give me a solution. I am stuck at this step.
Last edited by a moderator: