| Anonymous | Login | 2010-09-08 03:24 PDT |
| Main | My View | View Issues | Docs | Wiki |
| Viewing Issue Simple Details [ Jump to Notes ] [ Wiki ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Date Submitted | Last Update | ||||||||
| 0002971 | [SystemVerilog P1800] SV-EC | feature | 2010-02-03 07:28 | 2010-02-08 15:44 | ||||||||
| Reporter | Mirek Forczek | View Status | public | |||||||||
| Assigned To | ||||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | new | Product Version | 1800-2009 | |||||||||
| Summary | 0002971: allow scope constraint definiton (in module/interface/program/checker) | |||||||||||
| Description | allow constraint declaration at module/interface/program/checker unrelated to any class, intended for use with std::randomize(). | |||||||||||
| Additional Information |
( example, depends on: - (0002968) allow constraint reference at constraint expression ) module M; int x; int y; constraint c1 { x<y; } constraint c2 { x>10; } constraint c3 { y<30; } initial std::randomize(x,y) with { c2 && (c1 || c3); }; endmodule |
|||||||||||
| Tags | No tags attached. | |||||||||||
| Type | Enhancement | |||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
Relationships |
||||||
|
||||||
| There are no notes attached to this issue. |
| Mantis 1.1.7[^] Copyright © 2000 - 2008 Mantis Group |