Changeset 36 for vis_dev/vis-2.3/models


Ignore:
Timestamp:
Jan 4, 2012, 12:03:00 PM (13 years ago)
Author:
cecile
Message:

Add Abnormal predicate structures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vis_dev/vis-2.3/models/debug/and2.v

    r33 r36  
    55
    66reg c;
    7 wire x;
    8 wire y;
    97
    108initial c = 0;
    119
    12 assign x = a & b;
    13 assign y = (a)?b:x;
    1410
    1511always @(posedge clk)
    1612begin
    17         c = ~x + c;
     13        c = a & b ;
    1814end
    1915endmodule
Note: See TracChangeset for help on using the changeset viewer.