REG case statement in verilog

Status
Not open for further replies.

samuel_raja_77

Junior Member level 2
Joined
Apr 8, 2006
Messages
20
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,458
case within case

1.can we use a case statement within a case statment like the one described below
e.g.
case(state2)
1:begin
case(state1)
1:begin
end
2:begin
end
endcase
end
endcase
2.will it be synthesizable and i am using this code for fpga design .......and will there be any back end problems if so what is the solution
 

case statement in verilog

This is perfectly alright.
 
Reactions: bardia

    bardia

    Points: 2
    Helpful Answer Positive Rating
verilog syntax case statment

there should be no problem in back end. I beleive!!
 
Reactions: bardia

    bardia

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…