From 7c0d5dab5b6798466b115c842e42799be56ec829 Mon Sep 17 00:00:00 2001 From: bsdevlin Date: Tue, 12 Feb 2019 00:13:03 +0800 Subject: [PATCH] Add .xdc file for Xilinx projects --- ip_cores/blake2b/synth/blake2g_top.xdc | 1 + 1 file changed, 1 insertion(+) create mode 100644 ip_cores/blake2b/synth/blake2g_top.xdc diff --git a/ip_cores/blake2b/synth/blake2g_top.xdc b/ip_cores/blake2b/synth/blake2g_top.xdc new file mode 100644 index 0000000..5d8cffe --- /dev/null +++ b/ip_cores/blake2b/synth/blake2g_top.xdc @@ -0,0 +1 @@ +create_clock -period 2.000 -name i_clk -waveform {0.000 1.000} [get_ports -filter { NAME =~ "*clk*" && DIRECTION == "IN" }]