commit 25aa415874e0ab76776b6da4edb0dd8c1a6b8f22
parent 4df259abac810216edf3714588fae32d5bc3802b
Author: Brian Swetland <swetland@frotz.net>
Date: Sun, 27 Jul 2014 00:49:37 -0700
sync_oneway: add timescale directive
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/hdl/sync_oneway.sv b/hdl/sync_oneway.sv
@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+`timescale 1ns / 1ps
+
(* keep_hierarchy = "yes" *)
module sync_oneway(
input txclk,