Menu

Verilog/Costume function/folding

2007-06-28
2012-11-13
  • Nobody/Anonymous

    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 ??

     
    • Nobody/Anonymous

      Yes, modules are used in design - functions and tasks used more in simulation

       
    • Nobody/Anonymous

      So you would like to list modules in addition in Function List?

      Regards
      Jens