uncommented default_nettype
This commit is contained in:
parent
e19c6023c4
commit
5c52351bce
|
|
@ -38,7 +38,7 @@
|
|||
// Comments are continuously added on this RTL for better readability
|
||||
|
||||
//`define FORMAL_COVER //skip reset sequence during formal verification to fit in cover depth
|
||||
// `default_nettype none
|
||||
`default_nettype none
|
||||
`timescale 1ps / 1ps
|
||||
//
|
||||
// speed bin
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// `default_nettype none
|
||||
`default_nettype none
|
||||
`timescale 1ps / 1ps
|
||||
//`define DEBUG_DQS // uncomment to route the raw DQS to output port for debugging
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
//`default_nettype none
|
||||
`default_nettype none
|
||||
`timescale 1ps / 1ps
|
||||
|
||||
module ddr3_top #(
|
||||
|
|
|
|||
Loading…
Reference in New Issue