aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/examples/comments/func.vhdl
blob: 1c6fc8741befda0e63488a9c9f21cf8a598dad30 (plain)
1
2
3
4
5
6
package p is
  -- :log2: as functions are longer in definitions, it might be written before
  function log2(param : positive) return natural;
end p;