Browse Source

added timescale directive and set it to 1 ns/1 ps

master
T. Meissner 11 years ago
parent
commit
9a340f5524
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      des/sim/verilog/tb_des.v

+ 2
- 0
des/sim/verilog/tb_des.v View File

@ -18,6 +18,8 @@
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
// ======================================================================
`timescale 1ns/1ps
module tb_des;


Loading…
Cancel
Save