I'me using NP++ with Verilog,
1. I can't make the function list work (I think that : module mod_name ( port_1,port_2 ); input port1; output port2;
assign .. always ... . .
endmodule cann't work - no function start block as "{" in "c" lang. )
-- if some one has a solution post it.
2. I'd like to be able to fold if-else , case, always, ect.. -- is there some way to costume folding ??
Yes, modules are used in design - functions and tasks used more in simulation
So you would like to list modules in addition in Function List?
Regards Jens
I'me using NP++ with Verilog,
1. I can't make the function list work
(I think that :
module mod_name ( port_1,port_2 );
input port1;
output port2;
assign ..
always ...
.
.
endmodule
cann't work - no function start block as "{" in "c" lang. )
-- if some one has a solution post it.
2. I'd like to be able to fold if-else , case, always, ect..
-- is there some way to costume folding ??
Yes, modules are used in design - functions and tasks used more in simulation
So you would like to list modules in addition in Function List?
Regards
Jens