~ubuntu-branches/ubuntu/wily/acl2/wily

« back to all changes in this revision

Viewing changes to books/centaur/vl/systest/always_comb2/spec.v

  • Committer: Package Import Robot
  • Author(s): Camm Maguire
  • Date: 2015-01-16 10:35:45 UTC
  • mfrom: (3.3.26 sid)
  • Revision ID: package-import@ubuntu.com-20150116103545-prehe9thgo79o8w8
Tags: 7.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
//
29
29
// Original author: Jared Davis <jared@centtech.com>
30
30
 
31
 
// more tests of combinational blocks
 
31
`ifdef SYSTEM_VERILOG_MODE
32
32
 
33
33
module comb_test (
34
34
 
132
132
*/
133
133
 
134
134
 
 
135
`endif