![]() |
|
|
|
#1 |
|
here plz give up the idea about use of modeling layer in PSL and its
structure yeah |
|
|
|
|
#2 |
|
Posts: n/a
|
"yeah" <> wrote in message news: oups.com... > here plz give up the idea about use of modeling layer in PSL and its > structure > AFAIK the modelling layer just specifies that you can use synthesisable VHDL constructs inside a PSL unit. This was added to allow users to model hardware that is not part of the design but is required for verification. example: vunit my_prop(arch(entity)) { property.... process -- sequential begin .... end process; generate -- concurrent ... end generate } Hans www.ht-lab.com HT-Lab |
|
|
|
#3 |
|
Posts: n/a
|
hi
thanx.. now its clear... HT-Lab wrote: > "yeah" <> wrote in message > news: oups.com... > > here plz give up the idea about use of modeling layer in PSL and its > > structure > > > > AFAIK the modelling layer just specifies that you can use synthesisable VHDL > constructs inside a PSL unit. This was added to allow users to model > hardware that is not part of the design but is required for verification. > > example: > > vunit my_prop(arch(entity)) { > property.... > process -- sequential > begin > .... > end process; > generate -- concurrent > ... > end generate > } > > Hans > www.ht-lab.com yeah |
|