Sha256: d4b33b5fa5ab7396b54eca2a5e8db09364abb111016ea21f8d9a97597f7c765d

Contents?: true

Size: 263 Bytes

Versions: 14

Compression:

Stored size: 263 Bytes

Contents

// This file is the Verilog side of the bench.
module counter_xunit_bench;
  parameter Size = 5;
  reg  clock;
  reg  reset;
  wire [Size - 1 : 0] count;

  counter #(.Size(Size)) counter_xunit_bench_design(.clock(clock), .reset(reset), .count(count));
endmodule

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
ruby-vpi-14.0.0 samp/counter/counter_xunit_bench.v
ruby-vpi-15.0.2 samp/counter/counter_xunit_bench.v
ruby-vpi-15.0.1 samp/counter/counter_xunit_bench.v
ruby-vpi-15.0.0 samp/counter/counter_xunit_bench.v
ruby-vpi-16.0.1 samp/counter/counter_xunit_bench.v
ruby-vpi-18.0.0 samp/counter/xUnit/counter_bench.v
ruby-vpi-16.0.0 samp/counter/counter_xunit_bench.v
ruby-vpi-17.0.0 samp/counter/xUnit/counter_bench.v
ruby-vpi-18.0.1 samp/counter/xUnit/counter_bench.v
ruby-vpi-19.0.0 examples/counter/xUnit/counter_bench.v
ruby-vpi-20.0.0 examples/counter/xUnit/counter_bench.v
ruby-vpi-18.0.2 samp/counter/xUnit/counter_bench.v
ruby-vpi-21.0.0 examples/counter/xUnit/counter_bench.v
ruby-vpi-21.1.0 examples/counter/xUnit/counter_bench.v